misc/winutils/include/SDL_name.h
author nemo
Tue, 06 Mar 2018 15:21:36 -0500
changeset 13085 26173dd0c606
parent 10017 de822cd3df3a
permissions -rw-r--r--
the clipping was just due to remote abuse anyway - this addresses a couple of the concerns from the bug


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */