当前位置: 移动技术网 > IT编程>移动开发>WP > 1)Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example: 1)- a

1)Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example: 1)- a

2018年02月18日  | 移动技术网IT编程  | 我要评论

沙龙歌词,萨么耶,调皮仙女寻找爱

1>Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
1>- add -D_WIN32_WINNT=0x0501 to the compiler command line; or
1>- add _WIN32_WINNT=0x0501 to your project's Preprocessor Definitions.

1>Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).


编译警告解决方案:

在头部加入

#ifdef _MSC_VER
#define _WIN32_WINNT 0x0501
#endif

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网