about summary refs log tree commit diff
path: root/other/sdl_include/SDL_name.h
diff options
context:
space:
mode:
authorJohan Althoff <teetow@gmail.com>2008-10-21 16:19:02 +0000
committerJohan Althoff <teetow@gmail.com>2008-10-21 16:19:02 +0000
commit7a32d03b8ab07653baf5a2d786046561b535a3ed (patch)
tree5e9ca8333f439e92cfe4a10b70e0e389a000011a /other/sdl_include/SDL_name.h
parent21445b67bba1c514c2246947b6732d67b0ccd566 (diff)
downloadzcatch-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.h11
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_ */