From 72d1bb5756c670e6afef37da80689da04d466b22 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 8 Dec 2005 14:50:28 +0000 Subject: don't need LONGLONG typedefs --- src/mesa/main/glheader.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mesa/main/glheader.h') diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index e80483c6bb..316a008ae3 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 -- cgit v1.2.3