error C4996: 'GetVersionExW': 被声明为已否决

1.Project Properties > Configuration Properties > C/C++ > General > SDL checks关掉

其他方法:
2.#pragma warning(disable: 4996)          

3。/wd 4996

 

原blog http://blog.csdn.net/u013037007/article/details/42198665

posted on 2019-04-01 09:59  lydstory  阅读(2685)  评论(0编辑  收藏  举报

导航