diff options
author | marha <marha@users.sourceforge.net> | 2012-11-20 08:29:58 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-11-20 08:29:58 +0100 |
commit | 96f2a4b36eb811fa1f12dcde03bffc86cfd1781d (patch) | |
tree | 4342b0c876f2e3a090538dff6b37097d6bb6506a /gl | |
parent | 57b3e446b9b4017ccfdd3227be481df590740426 (diff) | |
download | vcxsrv-96f2a4b36eb811fa1f12dcde03bffc86cfd1781d.tar.gz vcxsrv-96f2a4b36eb811fa1f12dcde03bffc86cfd1781d.tar.bz2 vcxsrv-96f2a4b36eb811fa1f12dcde03bffc86cfd1781d.zip |
Synchronised mesa files
Diffstat (limited to 'gl')
-rw-r--r-- | gl/glx.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -27,21 +27,8 @@ #define GLX_H -#ifdef __VMS -#include <GL/vms_x_fix.h> -# ifdef __cplusplus -/* VMS Xlib.h gives problems with C++. - * this avoids a bunch of trivial warnings */ -#pragma message disable nosimpint -#endif -#endif #include <X11/Xlib.h> #include <X11/Xutil.h> -#ifdef __VMS -# ifdef __cplusplus -#pragma message enable nosimpint -#endif -#endif #include <GL/gl.h> |