From 016e42bbf27a2079aa965b5d80176863aaf33803 Mon Sep 17 00:00:00 2001 From: dreamforceinc Date: Sat, 20 Jan 2024 17:40:07 +0300 Subject: [PATCH] Added _WIN32_WINNT macro. --- wCenterWindow/targetver.h | 4 ++++ 1 file changed, 4 insertions(+) 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