Go to the documentation of this file.
44 #if defined(_MSC_VER) && _MSC_VER < 1600
45 typedef __int8 int8_t;
46 typedef __int16 int16_t;
47 typedef __int32 int32_t;
48 typedef __int64 int64_t;
49 typedef unsigned __int8 uint8_t;
50 typedef unsigned __int16 uint16_t;
51 typedef unsigned __int32 uint32_t;
52 typedef unsigned __int64 uint64_t;