C++编译错误 fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning
时间:2015-05-11 17:46:19
收藏:0
阅读:237
解决方法 :
属性--配置属性-c/c++-预处理器 添加
_XKEYCHECK_H
评论(0)