把以下内容注释掉也无效:
#if _MSC_VER < 1900
#ifndef snprintf
#define snprintf _snprintf
#endif
#endif
错误:
Severity Code Description Project File Line
Error C1189 #error: Macro definition of snprintf conflicts with Standard Library function declaration (compiling source file …\audio\win32\MciPlayer.cpp) libcocos2d C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\stdio.h 1927
