mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0023238: TKOpenGl glext header conflicts with system headers
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,6 +3,7 @@
|
||||
/.adm
|
||||
/sun
|
||||
/lin
|
||||
/mac
|
||||
/ao1
|
||||
/sil
|
||||
/wnt
|
||||
@@ -15,3 +16,5 @@
|
||||
# /adm/
|
||||
/adm/win32
|
||||
/adm/win64
|
||||
/adm/mac
|
||||
/adm/lin
|
||||
|
@@ -46,7 +46,7 @@
|
||||
|
||||
// include main OpenGL header provided with system
|
||||
#if defined(__APPLE__)
|
||||
#include <OpenGL/OpenGL.h>
|
||||
#include <OpenGL/gl.h>
|
||||
#include <OpenGL/glu.h>
|
||||
#define __X_GL_H // prevent chaotic gl.h inclusions to avoid compile errors
|
||||
#else
|
||||
|
Reference in New Issue
Block a user