Add 10.7 ifdef

This commit is contained in:
twinaphex 2019-02-02 18:04:41 +01:00
parent 2560d1c105
commit 31a5f72acf

View File

@ -103,7 +103,11 @@
#ifndef CGGL_NO_OPENGL
# ifdef __APPLE__
#if MAC_OS_X_VERSION_10_7
# include <OpenGL/gl3.h>
#else
# include <OpenGL/gl.h>
#endif
# else
# include <GL/gl.h>
# endif