misc/winutils/include/SDL_name.h
author nemo
Wed, 08 Nov 2017 15:07:46 -0500
changeset 12826 42003e235a46
parent 10017 de822cd3df3a
permissions -rw-r--r--
remove some more test redundancy and restore a missing and important nil check


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */