浏览代码

see if windows really needs glext...

Former-commit-id: a585740aae2295a446df65f7e634b832cf01d9a8
Alec Jacobson 8 年之前
父节点
当前提交
5baf4e7e7e
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      include/igl/opengl2/glext.h

+ 3 - 1
include/igl/opengl2/glext.h

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