#ifndef MY_STDINT_H #define MY_STDINT_H 1 typedef __int32 int32_t; typedef __int64 int64_t; #endif // MY_STDINT_H