summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorTom Fogal <tfogal@alumni.unh.edu>2009-11-19 09:33:21 -0700
committerBrian Paul <brianp@vmware.com>2009-11-19 09:33:32 -0700
commit7593bcb6ec1362722bcf7c7323d7dce221c4b09b (patch)
tree5d458c798f3ed02b0e6920058345c700f88ae315 /include/GL
parent8f24e863c3745b59e00978fbba306077629b5684 (diff)
gl: added mangled glXGetProcAddressARB define
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/glx_mangle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/glx_mangle.h b/include/GL/glx_mangle.h
index 4439a96b5d2..fa664a7f59e 100644
--- a/include/GL/glx_mangle.h
+++ b/include/GL/glx_mangle.h
@@ -76,6 +76,7 @@
/* GLX 1.4 */
#define glXGetProcAddress mglXGetProcAddress
+#define glXGetProcAddressARB mglXGetProcAddressARB
#endif