misc/winutils/include/SDL_name.h
author nemo
Thu, 09 Jul 2015 13:27:56 -0400
branch0.9.21
changeset 10775 a0b9b678b46e
parent 10017 de822cd3df3a
permissions -rw-r--r--
Fix build w/o S3D and video recording. untested.


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */