From: Neal Gompa Date: Thu, 13 May 2010 00:08:00 +0000 (-0500) Subject: Disabled inclusion of unneeded Windows header files in 'gamegl.h' X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=9fed70c39623e323818ef89061ad8b3040cd7c73;p=lugaru.git Disabled inclusion of unneeded Windows header files in 'gamegl.h' --- diff --git a/Source/gamegl.h b/Source/gamegl.h index 38f0d4c..482a21d 100644 --- a/Source/gamegl.h +++ b/Source/gamegl.h @@ -49,10 +49,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define GL_GLEXT_PROTOTYPES #include #include - #include + //#include -- EVIL and OLD, NEVER USE IT! #include #include "MacCompatibility.h" - #include "il/ilut.h" + //#include "il/ilut.h" #define glDeleteTextures( a, b) glDeleteTextures( (a), (const unsigned int *)(b) ); #endif