Committing in .

Updating OpenVMS compile support

 Modified Files:
 	Mesa/src/descrip.mms Mesa/xdemos/glxgears.c
 ----------------------------------------------------------------------
This commit is contained in:
Jouk Jansen
2003-04-29 07:15:48 +00:00
parent 9e3a7cd6dd
commit 370d7ad007
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -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>
+1
View File
@@ -160,6 +160,7 @@ OBJECTS1=accum.obj,\
api_loopback.obj,\
api_noop.obj,\
api_validate.obj,\
arbprogram.obj,\
attrib.obj,\
blend.obj,\
bufferobj.obj,\