From ad8ffb96789f90180982b344540870a2d4e2d60b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 31 May 2018 08:12:40 +0800 Subject: init --- 3rdparty/SDL/include/SDL_name.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3rdparty/SDL/include/SDL_name.h (limited to '3rdparty/SDL/include/SDL_name.h') diff --git a/3rdparty/SDL/include/SDL_name.h b/3rdparty/SDL/include/SDL_name.h new file mode 100644 index 0000000..511619a --- /dev/null +++ b/3rdparty/SDL/include/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_ */ -- cgit v1.1-26-g67d0