Commit 8cd891d7 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Fixed compiler warnings on Haiku.

parent 82283b72
...@@ -37,6 +37,11 @@ ...@@ -37,6 +37,11 @@
#endif #endif
#include <windows.h> #include <windows.h>
#endif #endif
#ifdef __HAIKU__ /* !!! FIXME: temp compiler warning fix... */
#define NO_SDL_GLEXT 1
#endif
#ifdef __glext_h_ #ifdef __glext_h_
/* Someone has already included glext.h */ /* Someone has already included glext.h */
#define NO_SDL_GLEXT #define NO_SDL_GLEXT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment