diff options
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index e80483c6bbb..316a008ae30 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -147,13 +147,6 @@ #define CAPI _cdecl #endif -#if defined(__WIN32__) - typedef __int64 MESA_LONGLONG; - typedef unsigned __int64 MESA_ULONGLONG; -#else - typedef long long MESA_LONGLONG; - typedef unsigned long long MESA_ULONGLONG; -#endif /* This is a macro on IRIX */ #ifdef _P |