From 538541e3002e7271fad21c0e5c21b65c0db90e45 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 17 Dec 2004 14:48:00 +0000 Subject: [PATCH] VMS update --- include/GL/glxext.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/GL/glxext.h b/include/GL/glxext.h index 880f2f3..068f1c0 100644 --- a/include/GL/glxext.h +++ b/include/GL/glxext.h @@ -334,9 +334,9 @@ typedef struct { #if defined(__UNIXOS2__) || defined(__SOL64__) typedef long int int32_t; typedef long long int int64_t; -#endif - -#if defined(__SCO__) || defined(__USLC__) +#elif defined( __VMS ) +#include +#elif defined(__SCO__) || defined(__USLC__) #include #endif -- 2.7.4