diff options
author | chai <chaifix@163.com> | 2018-05-31 08:12:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-31 08:12:40 +0800 |
commit | ad8ffb96789f90180982b344540870a2d4e2d60b (patch) | |
tree | 2bf2e124cb0130acaad1dcce2034ff2847b3d0a2 /3rdparty/SDL/include/SDL_name.h |
Diffstat (limited to '3rdparty/SDL/include/SDL_name.h')
-rw-r--r-- | 3rdparty/SDL/include/SDL_name.h | 11 |
1 files changed, 11 insertions, 0 deletions
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_ */ |