misc/winutils/include/SDL_name.h
author Wuzzy <almikes@aol.com>
Sun, 08 Oct 2017 23:34:14 +0200
changeset 12678 fb240fa9f178
parent 10017 de822cd3df3a
permissions -rw-r--r--
Remove spaces from grave names


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */