Skip to content
Snippets Groups Projects
Commit 35eda06a authored by Aura Linden's avatar Aura Linden
Browse files

llglheader include change for building on Lion

parent c3d1ed5b
No related branches found
No related tags found
No related merge requests found
...@@ -993,7 +993,12 @@ extern void glGetBufferPointervARB (GLenum, GLenum, GLvoid* *); ...@@ -993,7 +993,12 @@ extern void glGetBufferPointervARB (GLenum, GLenum, GLvoid* *);
} }
#endif #endif
#ifdef MAC_OS_VERSION_10_7
#include <OpenGL/gl.h>
#else
#include <AGL/gl.h> #include <AGL/gl.h>
#endif
#endif // LL_MESA / LL_WINDOWS / LL_DARWIN #endif // LL_MESA / LL_WINDOWS / LL_DARWIN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment