diff options
Diffstat (limited to 'mesalib/include/GL/glx.h')
-rw-r--r-- | mesalib/include/GL/glx.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mesalib/include/GL/glx.h b/mesalib/include/GL/glx.h index a3a7d97c9..acbd9e2c9 100644 --- a/mesalib/include/GL/glx.h +++ b/mesalib/include/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> |