mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0023101: TKOpenGl possible glext header conflicts
This commit is contained in:
parent
248622f8cb
commit
833e2f54e4
@ -41,9 +41,11 @@
|
||||
// current TKOpenGl implementation is incompatible with native OpenGL on MacOS X
|
||||
#define MACOSX_USE_GLX
|
||||
|
||||
// exclude modern definitions and system-provided glext.h, should be defined before gl.h inclusion
|
||||
#define GL_GLEXT_LEGACY
|
||||
|
||||
// include main OpenGL header provided with system
|
||||
#if defined(__APPLE__) && !defined(MACOSX_USE_GLX)
|
||||
#define GL_GLEXT_LEGACY // exclude modern definitions
|
||||
#include <OpenGL/OpenGL.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user