Go to the documentation of this file.
15 #ifndef OTF_INTTYPES_WIN_H
16 #define OTF_INTTYPES_WIN_H
19 typedef unsigned char uint8_t;
20 typedef signed int int32_t;
21 typedef unsigned int uint32_t;
22 typedef signed __int64 int64_t;
23 typedef unsigned __int64 uint64_t;
26 typedef signed char int8_t;
27 typedef signed short int16_t;
28 typedef unsigned short uint16_t;
30 # define OTF_UINT64_MAX (uint64_t)-1