misc/winutils/include/SDL_name.h
author koda
Sun, 20 Mar 2016 00:57:44 -0400
changeset 11614 b77870abb3c4
parent 10017 de822cd3df3a
permissions -rw-r--r--
Update osx bundle creation with SDL2 library 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_ */