环境:
Windows 7, VS2012
编译提示:
error C2365: “PS_PAUSED”: 重定义;以前的定义是“枚举数”
解决办法:
在stdafx.h文件后加上如下:
#define PS_PAUSED PS_PAUSED2