X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=inline;f=misc%2Fbuilddeps%2Fwin32%2Fsdl%2Finclude%2FSDL%2FSDL_name.h;fp=misc%2Fbuilddeps%2Fwin32%2Fsdl%2Finclude%2FSDL%2FSDL_name.h;h=511619af561713b72b349612ad7d4080aa570525;hb=85864bd56ab6212ceba8b493afe8a54b14a9abb2;hp=0000000000000000000000000000000000000000;hpb=493accd7676823aa175639b70ad31242e6abdbd8;p=xonotic%2Fxonotic.git diff --git a/misc/builddeps/win32/sdl/include/SDL/SDL_name.h b/misc/builddeps/win32/sdl/include/SDL/SDL_name.h new file mode 100644 index 00000000..511619af --- /dev/null +++ b/misc/builddeps/win32/sdl/include/SDL/SDL_name.h @@ -0,0 +1,11 @@ + +#ifndef _SDLname_h_ +#define _SDLname_h_ + +#if defined(__STDC__) || defined(__cplusplus) +#define NeedFunctionPrototypes 1 +#endif + +#define SDL_NAME(X) SDL_##X + +#endif /* _SDLname_h_ */