From 7a32d03b8ab07653baf5a2d786046561b535a3ed Mon Sep 17 00:00:00 2001 From: Johan Althoff Date: Tue, 21 Oct 2008 16:19:02 +0000 Subject: fixed sdl for windows --- other/sdl_include/SDL_name.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 other/sdl_include/SDL_name.h (limited to 'other/sdl_include/SDL_name.h') 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_ */ -- cgit 1.4.1