summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-12-08 14:50:28 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-12-08 14:50:28 +0000
commit72d1bb5756c670e6afef37da80689da04d466b22 (patch)
tree22bfaa67b6aa5174b894c0c4285ceda700366539 /src/mesa/main/glheader.h
parent91ed68b2b9e0fcb70675ee575d805612a675a82c (diff)
don't need LONGLONG typedefs
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h7
1 files changed, 0 insertions, 7 deletions
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