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/mesa/main/dispatch.h | |
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/mesa/main/dispatch.h')
-rw-r--r-- | mesalib/src/mesa/main/dispatch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/dispatch.h b/mesalib/src/mesa/main/dispatch.h index ea8e03286..19eabb85c 100644 --- a/mesalib/src/mesa/main/dispatch.h +++ b/mesalib/src/mesa/main/dispatch.h @@ -40,7 +40,11 @@ * 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 #define CALL_by_offset(disp, cast, offset, parameters) \ (*(cast (GET_by_offset(disp, offset)))) parameters |