Fixed compiler warnings on Haiku.

This commit is contained in:
Ryan C. Gordon 2011-09-18 03:52:08 +00:00
parent 82283b7279
commit 8cd891d753

View file

@ -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