Fixed compiler warnings on Haiku.
This commit is contained in:
parent
82283b7279
commit
8cd891d753
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue