Loading...
Searching...
No Matches
39#if defined(_WIN32) && !defined(__MINGW32__)
41typedef signed char int8_t;
42typedef unsigned char uint8_t;
44typedef unsigned short uint16_t;
46typedef unsigned int uint32_t;
47typedef __int64 int64_t;
48typedef unsigned __int64 uint64_t;