Minor improvement to identifying gl lib to use. Should use xcode version.

master
Aura Linden 2012-07-24 16:52:33 -07:00
parent ed4b379067
commit a1d0268893
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,7 @@ extern void glGetBufferPointervARB (GLenum, GLenum, GLvoid* *);
}
#endif
#ifdef MAC_OS_VERSION_10_7
#if __MAC_OS_X_VERSION_MAX_ALLOWED <= 1070
#include <OpenGL/gl.h>
#else
#include <AGL/gl.h>