summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2011-09-18 03:52:08 +0000
committerRyan C. Gordon <icculus@icculus.org>2011-09-18 03:52:08 +0000
commit3274161ce1263aa1d37d03b01aba6204a8ae6bc4 (patch)
tree08673488408341f5cf747a397bbd42deda5f7240 /include
parent9ff92623d7b7982399f19c0e85877876dd54b76a (diff)
Fixed compiler warnings on Haiku.
Diffstat (limited to 'include')
-rw-r--r--include/SDL_opengl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/SDL_opengl.h b/include/SDL_opengl.h
index 98237d97..54836df7 100644
--- a/include/SDL_opengl.h
+++ b/include/SDL_opengl.h
@@ -37,6 +37,11 @@
#endif
#include <windows.h>
#endif
+
+#ifdef __HAIKU__ /* !!! FIXME: temp compiler warning fix... */
+#define NO_SDL_GLEXT 1
+#endif
+
#ifdef __glext_h_
/* Someone has already included glext.h */
#define NO_SDL_GLEXT