Go to the documentation of this file.
44#if defined(_WIN32) || defined(_WINDOWS) || defined(_MSC_VER)
46#if defined(_MSC_VER) && _MSC_VER >= 1600 || defined(__MINGW64__)
50typedef __int16 int16_t;
51typedef __int32 int32_t;
52typedef __int64 int64_t;
53typedef unsigned __int8 uint8_t;
54typedef unsigned __int16 uint16_t;
55typedef unsigned __int32 uint32_t;
56typedef unsigned __int64 uint64_t;