Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main / glheader.h
index e80483c6bbbfca44a263e39a65a63224594c5b1a..316a008ae301f4ef64650213ffaeead7258ff0c7 100644 (file)
 #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