X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fgamegl.h;h=6f130c112feae2e7e536c780b6e1c0cf3d70d363;hb=d37fbfc90748851561e9ebee88a274985a1f1546;hp=bc36ba9ba99b8c7f2a2541316b765b51af81b3b8;hpb=8562aa5bebc97ea8a61d056aec3847030c6985b7;p=lugaru.git diff --git a/Source/gamegl.h b/Source/gamegl.h index bc36ba9..6f130c1 100644 --- a/Source/gamegl.h +++ b/Source/gamegl.h @@ -29,7 +29,7 @@ #include #include #include - #include "WinDefs.h" + #include "MacCompatibility.h" #include "il/ilut.h" #define glDeleteTextures( a, b) glDeleteTextures( (a), (const unsigned int *)(b) );