From 370d7ad007fc9a083c958fe12c1fa834aefb3c61 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Tue, 29 Apr 2003 07:15:48 +0000 Subject: Committing in . Updating OpenVMS compile support Modified Files: Mesa/src/descrip.mms Mesa/xdemos/glxgears.c ---------------------------------------------------------------------- --- progs/xdemos/glxgears.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'progs') 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 #include #include -#include -#define GLX_GLXEXT_PROTOTYPES +#ifndef __VMS +# include +#endif +# define GLX_GLXEXT_PROTOTYPES #include #include -- cgit v1.2.3