소스 검색

double include of windows

Former-commit-id: e8132ca6086211f7ae061f246afa7ca988cb5d32
Alec Jacobson 9 년 전
부모
커밋
b9dd1200d4
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      include/igl/viewer/OpenGL_shader.h

+ 0 - 3
include/igl/viewer/OpenGL_shader.h

@@ -29,9 +29,6 @@
 #   include <OpenGL/gl3.h>
 #   define __gl_h_ /* Prevent inclusion of the old gl.h */
 #else
-#   ifdef _WIN32
-#       include <windows.h>
-#   endif
 #   include <GL/gl.h>
 #endif