Go to the documentation of this file.
39 #if defined(_WIN32) && !defined(__MINGW32__)
41 typedef signed char int8_t;
42 typedef unsigned char uint8_t;
43 typedef short int16_t;
44 typedef unsigned short uint16_t;
46 typedef unsigned int uint32_t;
47 typedef __int64 int64_t;
48 typedef unsigned __int64 uint64_t;