summaryrefslogtreecommitdiff
path: root/3rdparty/SDL/include/SDL_name.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-05-31 08:12:40 +0800
committerchai <chaifix@163.com>2018-05-31 08:12:40 +0800
commitad8ffb96789f90180982b344540870a2d4e2d60b (patch)
tree2bf2e124cb0130acaad1dcce2034ff2847b3d0a2 /3rdparty/SDL/include/SDL_name.h
Diffstat (limited to '3rdparty/SDL/include/SDL_name.h')
-rw-r--r--3rdparty/SDL/include/SDL_name.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdparty/SDL/include/SDL_name.h b/3rdparty/SDL/include/SDL_name.h
new file mode 100644
index 0000000..511619a
--- /dev/null
+++ b/3rdparty/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_ */