1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0024312: Compilation issues on OS X 10.9 Maverics SDK

Update glext.h. Fix compiler errors.
This commit is contained in:
kgv
2013-11-02 18:51:57 +04:00
committed by abv
parent aa65144716
commit 9293178ba0
5 changed files with 9398 additions and 10094 deletions

View File

@@ -93,7 +93,6 @@
#endif
#elif defined(__APPLE__) && !defined(MACOSX_USE_GLX)
#include <Cocoa_Window.hxx>
#include <tk.h>
#else
#include <Xw_Window.hxx>
#include <X11/Xlib.h> /* contains some dangerous #defines such as Status, True etc. */