--- glxext.h-10.orig 2005-01-20 00:38:56.000000000 -0800 +++ glxext.h-10 2005-02-11 02:42:53.221321671 -0800 @@ -342,18 +342,7 @@ typedef struct { /* Define int32_t and int64_t types for UST/MSC */ /* (as used in the GLX_OML_sync_control extension). */ -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L #include -#elif defined( __VMS ) -#include -#elif defined(__SCO__) || defined(__USLC__) -#include -#elif defined(__UNIXOS2__) || defined(__SOL64__) -typedef long int int32_t; -typedef long long int int64_t; -#else -#warn "int32_t and int64_t are undefined!" -#endif #ifndef GLX_VERSION_1_3 #define GLX_VERSION_1_3 1