Go to the documentation of this file. 2 #ifndef _MADARA_STDINT_H_ 3 #define _MADARA_STDINT_H_ 16 typedef __int32 int32_t;
17 typedef unsigned __int32 uint32_t;
18 typedef __int64 int64_t;
19 typedef unsigned __int64 uint64_t;
23 #else // (MSC_VER >= 1600) 28 #endif // (MSC_VER < 1600) 37 #endif // _MADARA_STDINT_H_