1._vsnprintf全文搜索,找到#define vsnprintf _vsnprintf的定义的文件,
2.将#define vsnprintf _vsnprintf改为
#if (_MSC_VER < 1500) #define vsnprintf _vsnprintf #endif