X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fgamegl.h;h=25f658952008d54002627454b7b83131758e0435;hb=3c8f67c3c66a86fc9e45469ce2fed4222d486c9f;hp=bc36ba9ba99b8c7f2a2541316b765b51af81b3b8;hpb=8562aa5bebc97ea8a61d056aec3847030c6985b7;p=lugaru.git diff --git a/Source/gamegl.h b/Source/gamegl.h index bc36ba9..25f6589 100644 --- a/Source/gamegl.h +++ b/Source/gamegl.h @@ -10,7 +10,8 @@ #include #ifndef WIN32 - #if PLATFORM_LINUX + #if PLATFORM_UNIX + #define GL_GLEXT_PROTOTYPES #include "gl.h" #include "glu.h" #include "glext.h" @@ -29,7 +30,7 @@ #include #include #include - #include "WinDefs.h" + #include "MacCompatibility.h" #include "il/ilut.h" #define glDeleteTextures( a, b) glDeleteTextures( (a), (const unsigned int *)(b) ); @@ -52,3 +53,4 @@ using namespace std; #endif +