]> git.jsancho.org Git - lugaru.git/commitdiff
Commented out usage of header in OpenGL headers because it broke MSVC
authorNeal Gompa <ngompa13@gmail.com>
Sat, 15 May 2010 07:20:11 +0000 (02:20 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Sat, 15 May 2010 07:20:11 +0000 (02:20 -0500)
Dependencies/OpenGL/GL/gl.h

index bab8ce91f11797518a0e0ab535ceb1641d0c2922..f80438a23d50d19c7786443a2ca6ae7e60a93992 100644 (file)
@@ -63,9 +63,9 @@
 #  define GLAPIENTRY
 #endif /* WIN32 / CYGWIN bracket */
 
-#if defined(_WIN32) && !defined(_WINGDI_) && !defined(_GNU_H_WINDOWS32_DEFINES) && !defined(OPENSTEP) && !defined(__CYGWIN__)
-#include <gl/mesa_wgl.h>
-#endif
+//#if defined(_WIN32) && !defined(_WINGDI_) && !defined(_GNU_H_WINDOWS32_DEFINES) && !defined(OPENSTEP) && !defined(__CYGWIN__)
+//#include <gl/mesa_wgl.h>
+//#endif
 
 #if defined(macintosh) && PRAGMA_IMPORT_SUPPORTED
 #pragma import on