Go to the documentation of this file.
2 #define HEPREP_TYPES_H 1
6 #if defined(WIN32) && !defined(GNU_GCC)
10 typedef __int64
int64;
11 #define HEPREP_INT32_FORMAT "%d"
12 #define HEPREP_INT64_FORMAT "%ld"
14 #else // other than WIN32-MSVC
20 #define HEPREP_INT32_FORMAT "%d"
21 #define HEPREP_INT64_FORMAT "%ld"
28 #define HEPREP_INT32_FORMAT "%ld"
29 #define HEPREP_INT64_FORMAT "%lld"
31 #endif // 32-Bit Platforms
32 #endif // other than WIN32-MSVC