From: Tom Fogal Date: Thu, 19 Nov 2009 16:33:21 +0000 (-0700) Subject: gl: added mangled glXGetProcAddressARB define X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7593bcb6ec1362722bcf7c7323d7dce221c4b09b;p=mesa.git gl: added mangled glXGetProcAddressARB define Signed-off-by: Brian Paul --- 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