mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0025051: Compilation issues on OS X 10.6.8
Added define to prevent inclusion of system glext.h on Mac OS X 10.6.8
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
#if defined(__APPLE__) && !defined(MACOSX_USE_GLX)
|
||||
|
||||
#define GL_GLEXT_LEGACY // To prevent inclusion of system glext.h on Mac OS X 10.6.8
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include <OpenGl_GlCore11.hxx>
|
||||
|
@@ -15,6 +15,8 @@
|
||||
|
||||
#if defined(__APPLE__) && !defined(MACOSX_USE_GLX)
|
||||
|
||||
#define GL_GLEXT_LEGACY // To prevent inclusion of system glext.h on Mac OS X 10.6.8
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include <InterfaceGraphic.hxx>
|
||||
|
Reference in New Issue
Block a user