aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mapi/glapi/gen
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-01-23 08:37:42 +0100
committermarha <marha@users.sourceforge.net>2012-01-23 08:37:42 +0100
commit6b7b7d9ce2264b35d19ecec6bf1f28894dbcada7 (patch)
treee151dcf34c7fa60fcf9bde9963638f3c20a567f6 /mesalib/src/mapi/glapi/gen
parentdc56d736fcd8ee767f76674981abbb506a1d69d5 (diff)
parent45e3694d529b052f4122262c9bdff5476219b2b4 (diff)
downloadvcxsrv-6b7b7d9ce2264b35d19ecec6bf1f28894dbcada7.tar.gz
vcxsrv-6b7b7d9ce2264b35d19ecec6bf1f28894dbcada7.tar.bz2
vcxsrv-6b7b7d9ce2264b35d19ecec6bf1f28894dbcada7.zip
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/src/mapi/glapi/gen')
-rw-r--r--mesalib/src/mapi/glapi/gen/glX_proto_send.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/mesalib/src/mapi/glapi/gen/glX_proto_send.py b/mesalib/src/mapi/glapi/gen/glX_proto_send.py
index bec022218..29bf0808b 100644
--- a/mesalib/src/mapi/glapi/gen/glX_proto_send.py
+++ b/mesalib/src/mapi/glapi/gen/glX_proto_send.py
@@ -361,8 +361,6 @@ const GLuint __glXDefaultPixelStore[9] = { 0, 0, 0, 0, 0, 0, 0, 0, 1 };
procs[n] = func.static_glx_name(n)
print """
-#ifdef GLX_SHARED_GLAPI
-
static const struct proc_pair
{
const char *name;
@@ -396,8 +394,6 @@ __indirect_get_proc_address(const char *name)
return (pair) ? pair->proc : NULL;
}
-
-#endif /* GLX_SHARED_GLAPI */
"""
return
@@ -1051,9 +1047,7 @@ extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupVendorRequest(
break
print ''
- print '#ifdef GLX_SHARED_GLAPI'
print 'extern _X_HIDDEN void (*__indirect_get_proc_address(const char *name))(void);'
- print '#endif'
def show_usage():