diff --git a/wCenterWindow/targetver.h b/wCenterWindow/targetver.h index 34b8f27..8197b68 100644 --- a/wCenterWindow/targetver.h +++ b/wCenterWindow/targetver.h @@ -25,4 +25,8 @@ // // 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 // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. +#include +#define WINVER 0x0601 +#define _WIN32_WINNT 0x0601 +#define _WIN32_IE 0x0601 #include