阅读背景:

VS2008下编译C++程序,找不到 stdint.h,原因及解决方案

来源:互联网 
#ifdef _MSC_VER
typedef __int32 int32_t;
typedef unsigned __int32 uint32_t;
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#else
#include <stdint.h>
#endif#ifdef _MSC_VER
typedef __int32 int32_t;
typede



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: