aboutsummaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-11-20 08:29:58 +0100
committermarha <marha@users.sourceforge.net>2012-11-20 08:29:58 +0100
commit96f2a4b36eb811fa1f12dcde03bffc86cfd1781d (patch)
tree4342b0c876f2e3a090538dff6b37097d6bb6506a /gl
parent57b3e446b9b4017ccfdd3227be481df590740426 (diff)
downloadvcxsrv-96f2a4b36eb811fa1f12dcde03bffc86cfd1781d.tar.gz
vcxsrv-96f2a4b36eb811fa1f12dcde03bffc86cfd1781d.tar.bz2
vcxsrv-96f2a4b36eb811fa1f12dcde03bffc86cfd1781d.zip
Synchronised mesa files
Diffstat (limited to 'gl')
-rw-r--r--gl/glx.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gl/glx.h b/gl/glx.h
index a3a7d97c9..acbd9e2c9 100644
--- a/gl/glx.h
+++ b/gl/glx.h
@@ -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>