Added _WIN32_WINNT macro.
This commit is contained in:
@@ -25,4 +25,8 @@
|
|||||||
// // Including SDKDDKVer.h defines the highest available Windows platform.
|
// // Including SDKDDKVer.h defines the highest available Windows platform.
|
||||||
// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
|
// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
|
||||||
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
|
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
|
||||||
|
#include <winsdkver.h>
|
||||||
|
#define WINVER 0x0601
|
||||||
|
#define _WIN32_WINNT 0x0601
|
||||||
|
#define _WIN32_IE 0x0601
|
||||||
#include <SDKDDKVer.h>
|
#include <SDKDDKVer.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user