diff options
| author | Johan Althoff <teetow@gmail.com> | 2008-10-21 16:19:02 +0000 |
|---|---|---|
| committer | Johan Althoff <teetow@gmail.com> | 2008-10-21 16:19:02 +0000 |
| commit | 7a32d03b8ab07653baf5a2d786046561b535a3ed (patch) | |
| tree | 5e9ca8333f439e92cfe4a10b70e0e389a000011a /other/sdl_include/SDL_name.h | |
| parent | 21445b67bba1c514c2246947b6732d67b0ccd566 (diff) | |
| download | zcatch-7a32d03b8ab07653baf5a2d786046561b535a3ed.tar.gz zcatch-7a32d03b8ab07653baf5a2d786046561b535a3ed.zip | |
fixed sdl for windows
Diffstat (limited to 'other/sdl_include/SDL_name.h')
| -rw-r--r-- | other/sdl_include/SDL_name.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/other/sdl_include/SDL_name.h b/other/sdl_include/SDL_name.h new file mode 100644 index 00000000..511619af --- /dev/null +++ b/other/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_ */ |