summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/GL/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/GL/gl.h')
-rw-r--r--winsup/w32api/include/GL/gl.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/winsup/w32api/include/GL/gl.h b/winsup/w32api/include/GL/gl.h
index 2b1cadc91..b2db7f559 100644
--- a/winsup/w32api/include/GL/gl.h
+++ b/winsup/w32api/include/GL/gl.h
@@ -1450,8 +1450,11 @@ GLAPI void APIENTRY glSamplePass( GLenum pass );
/* Include external definitions of OpenGL extensions */
-#include <GL/glext.h>
-
+/* Removed, see this bug report for reference:
+ * http://sourceforge.net/tracker/index.php?func=detail&aid=610178&group_id=2435&atid=102435
+ *
+ * #include <GL/glext.h>
+ */
/************************************************************************