diff options
author | marha <marha@users.sourceforge.net> | 2011-12-14 08:32:15 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-12-14 08:32:15 +0100 |
commit | 53d28537755790ee4625dc16f560cad5aa93f56b (patch) | |
tree | 1c93b584de655b109ec12adc448fc6c6a4e98ee5 /mesalib/src/mapi/glapi/gen/gl_table.py | |
parent | b9c84e8e3433d8804b99ec82065ec1e920469d87 (diff) | |
download | vcxsrv-53d28537755790ee4625dc16f560cad5aa93f56b.tar.gz vcxsrv-53d28537755790ee4625dc16f560cad5aa93f56b.tar.bz2 vcxsrv-53d28537755790ee4625dc16f560cad5aa93f56b.zip |
git update mesa 14 dec 2011
Diffstat (limited to 'mesalib/src/mapi/glapi/gen/gl_table.py')
-rw-r--r-- | mesalib/src/mapi/glapi/gen/gl_table.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/src/mapi/glapi/gen/gl_table.py b/mesalib/src/mapi/glapi/gen/gl_table.py index f6182b60b..7f3b91513 100644 --- a/mesalib/src/mapi/glapi/gen/gl_table.py +++ b/mesalib/src/mapi/glapi/gen/gl_table.py @@ -92,7 +92,11 @@ class PrintRemapTable(gl_XML.gl_print_base): * named function in the specified dispatch table. */ +/* GLXEXT is defined when building the GLX extension in the xserver. + */ +#if !defined(GLXEXT) #include "main/mfeatures.h" +#endif """ return |