36 #ifndef INCLUDED_IMATH_INT64_H 37 #define INCLUDED_IMATH_INT64_H 50 #if (defined _WIN32 || defined _WIN64) && _MSC_VER >= 1300 51 typedef unsigned __int64
Int64;
52 #elif ULONG_MAX == 18446744073709551615LU 53 typedef long unsigned int Int64;
55 typedef long long unsigned int Int64;
long long unsigned int Int64
Definition: ImathInt64.h:55
Definition: ImathBox.h:67