aboutsummaryrefslogtreecommitdiff
path: root/platforms/vs2010/include/SDL/SDL_name.h
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
commitc068f22329d5cc722622a2183bbb22eef2093df7 (patch)
tree12d56c1aede67988a55e241364606bfbb4dba933 /platforms/vs2010/include/SDL/SDL_name.h
downloadopenparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz
openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip
initial importHEADmain
Diffstat (limited to 'platforms/vs2010/include/SDL/SDL_name.h')
-rwxr-xr-xplatforms/vs2010/include/SDL/SDL_name.h11
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_ */