misc/winutils/include/SDL_name.h
author koda
Sun, 20 Mar 2016 01:16:11 -0400
changeset 11616 b53c3134d55a
parent 10017 de822cd3df3a
permissions -rw-r--r--
Fix bundle already present 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_ */