misc/winutils/include/SDL_name.h
author koda
Fri, 25 Mar 2016 11:27:53 -0400
branch0.9.22
changeset 11622 02657dddb5d8
parent 10017 de822cd3df3a
permissions -rw-r--r--
Keep very old compatibility


#ifndef _SDLname_h_
#define _SDLname_h_

#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */