1 #ifdef _MSC_VER
2 typedef __int64 int64_t;
3 typedef unsigned __int64 uint64_t;
4 typedef unsigned __int32 uint32_t;
5 typedef __int32 int32_t;
6 typedef int  ssize_t;
7 #endif
8