diff options
author | Aura Linden <aura@lindenlab.com> | 2012-07-24 16:52:33 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-07-24 16:52:33 -0700 |
commit | a1d026889343b4745eeebffc85695bbcb2b93d64 (patch) | |
tree | 6c69e25569a4da5068d3cc39701913aa2ef96cc6 | |
parent | ed4b37906749dd7ba2da56af741f2c0826f222d1 (diff) |
Minor improvement to identifying gl lib to use. Should use xcode version.
-rw-r--r-- | indra/llrender/llglheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llglheaders.h b/indra/llrender/llglheaders.h index d93f464502..509de51f4d 100644 --- a/indra/llrender/llglheaders.h +++ b/indra/llrender/llglheaders.h @@ -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> |