misc/winutils/include/SDL_name.h
author sheepluva
Sun, 10 Jan 2016 12:59:03 +0100
changeset 11490 e5bc40acdfaa
parent 10017 de822cd3df3a
permissions -rw-r--r--
Justyouwait.ogg wasn't installed on case-sensitive systems, due to a case typo in the CMakeLists. Thanks to TheMadCharles and Wuzzy for noticing.


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */