From 1a50aaefdd6b99e3636f16914d1362eb554554df Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Wed, 22 Oct 2025 00:11:48 +0300 Subject: [PATCH] mdbx: use Windows10 SDK by default. --- src/preface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preface.h b/src/preface.h index 288181cd..b2ae6bd8 100644 --- a/src/preface.h +++ b/src/preface.h @@ -43,7 +43,7 @@ #if defined(_WIN32) || defined(_WIN64) || defined(_WINDOWS) #ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0601 /* Windows 7 */ +#define _WIN32_WINNT 0x0A00 /* Windows 10 */ #endif /* _WIN32_WINNT */ #if !defined(_CRT_SECURE_NO_WARNINGS)