Former-commit-id: a585740aae2295a446df65f7e634b832cf01d9a8
@@ -22,7 +22,9 @@
#ifdef __APPLE__
# include <OpenGL/glext.h>
-#else
+#elif _WIN32
+// do nothing(?)
+#else
# include <GL/glext.h>
#endif