From: Brian Paul Date: Fri, 17 Dec 2004 14:48:00 +0000 (+0000) Subject: VMS update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=538541e3002e7271fad21c0e5c21b65c0db90e45;p=mesa.git VMS update --- diff --git a/include/GL/glxext.h b/include/GL/glxext.h index 880f2f30f04..068f1c0667f 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