diff options
author | Jouk Jansen <[email protected]> | 2003-04-29 07:15:48 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2003-04-29 07:15:48 +0000 |
commit | 370d7ad007fc9a083c958fe12c1fa834aefb3c61 (patch) | |
tree | f574638148614b3b3e67c259e8addf4f9f289de3 /progs/xdemos | |
parent | 9e3a7cd6dd02b12f880d9e9e220bfdadc09417e1 (diff) |
Committing in .
Updating OpenVMS compile support
Modified Files:
Mesa/src/descrip.mms Mesa/xdemos/glxgears.c
----------------------------------------------------------------------
Diffstat (limited to 'progs/xdemos')
-rw-r--r-- | progs/xdemos/glxgears.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c index ad7db9ee015..8475cab07af 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> |