gl: added mangled glXGetProcAddressARB define
authorTom Fogal <tfogal@alumni.unh.edu>
Thu, 19 Nov 2009 16:33:21 +0000 (09:33 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 19 Nov 2009 16:33:32 +0000 (09:33 -0700)
Signed-off-by: Brian Paul <brianp@vmware.com>
include/GL/glx_mangle.h

index 4439a96b5d2e98fa8ea5babc94d31bfe9074a8c2..fa664a7f59e1b0baabd911bf072732ab2d69a588 100644 (file)
@@ -76,6 +76,7 @@
 
 /* GLX 1.4 */
 #define glXGetProcAddress mglXGetProcAddress
+#define glXGetProcAddressARB mglXGetProcAddressARB
 
 
 #endif