mirror of
https://github.com/yawut/SDL.git
synced 2026-08-18 06:46:38 -05:00
Fixed compiler warnings on Haiku.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user