diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /platforms/vs2010/include/SDL/SDL_name.h | |
| download | openparsec-main.tar.xz openparsec-main.zip | |
Diffstat (limited to 'platforms/vs2010/include/SDL/SDL_name.h')
| -rwxr-xr-x | platforms/vs2010/include/SDL/SDL_name.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/platforms/vs2010/include/SDL/SDL_name.h b/platforms/vs2010/include/SDL/SDL_name.h new file mode 100755 index 0000000..511619a --- /dev/null +++ b/platforms/vs2010/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_ */ |
