码迷,mamicode.com
首页 > Windows程序 > 详细

VS2010中遇到_WIN32_WINNT not defined

时间:2015-06-05 17:02:30      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:

 

VS2010中编程时遇到这个问题

_WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)

解决办法:

 

在stdafx.h中添加宏定义

#define _WIN32_WINNT 0x0502

备注:必须在stdafx.h中所有#include 文件之前添加此代码。

 

VS2010中遇到_WIN32_WINNT not defined

标签:

原文地址:http://www.cnblogs.com/huhu0013/p/4554785.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!