summaryrefslogtreecommitdiff
path: root/progs/xdemos/glxgears.c
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2003-04-29 07:15:48 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2003-04-29 07:15:48 +0000
commit370d7ad007fc9a083c958fe12c1fa834aefb3c61 (patch)
treef574638148614b3b3e67c259e8addf4f9f289de3 /progs/xdemos/glxgears.c
parent9e3a7cd6dd02b12f880d9e9e220bfdadc09417e1 (diff)
Committing in .
Updating OpenVMS compile support Modified Files: Mesa/src/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
Diffstat (limited to 'progs/xdemos/glxgears.c')
-rw-r--r--progs/xdemos/glxgears.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c
index ad7db9ee01..8475cab07a 100644
--- a/progs/xdemos/glxgears.c
+++ b/progs/xdemos/glxgears.c
@@ -41,8 +41,10 @@
#include <string.h>
#include <X11/Xlib.h>
#include <X11/keysym.h>
-#include <stdint.h>
-#define GLX_GLXEXT_PROTOTYPES
+#ifndef __VMS
+# include <stdint.h>
+#endif
+# define GLX_GLXEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glx.h>