Add 10.7 ifdef
This commit is contained in:
parent
2560d1c105
commit
31a5f72acf
|
@ -103,7 +103,11 @@
|
||||||
|
|
||||||
#ifndef CGGL_NO_OPENGL
|
#ifndef CGGL_NO_OPENGL
|
||||||
# ifdef __APPLE__
|
# ifdef __APPLE__
|
||||||
|
#if MAC_OS_X_VERSION_10_7
|
||||||
|
# include <OpenGL/gl3.h>
|
||||||
|
#else
|
||||||
# include <OpenGL/gl.h>
|
# include <OpenGL/gl.h>
|
||||||
|
#endif
|
||||||
# else
|
# else
|
||||||
# include <GL/gl.h>
|
# include <GL/gl.h>
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in New Issue