Added _WIN32_WINNT macro.

This commit is contained in:
2024-01-20 17:40:07 +03:00
parent f19e8178d6
commit 016e42bbf2

View File

@@ -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 <winsdkver.h>
#define WINVER 0x0601
#define _WIN32_WINNT 0x0601
#define _WIN32_IE 0x0601
#include <SDKDDKVer.h>