projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91ed68b
)
don't need LONGLONG typedefs
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Dec 2005 14:50:28 +0000
(14:50 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Dec 2005 14:50:28 +0000
(14:50 +0000)
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index e80483c6bbbfca44a263e39a65a63224594c5b1a..316a008ae301f4ef64650213ffaeead7258ff0c7 100644
(file)
--- 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