mdbx: use Windows10 SDK by default.

This commit is contained in:
Leonid Yuriev
2025-10-22 00:11:48 +03:00
committed by Леонид Юрьев (Leonid Yuriev)
parent dc5f119de1
commit aafe0f0fba

View File

@@ -43,7 +43,7 @@
#if defined(_WIN32) || defined(_WIN64) || defined(_WINDOWS) #if defined(_WIN32) || defined(_WIN64) || defined(_WINDOWS)
#ifndef _WIN32_WINNT #ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0601 /* Windows 7 */ #define _WIN32_WINNT 0x0A00 /* Windows 10 */
#endif /* _WIN32_WINNT */ #endif /* _WIN32_WINNT */
#if !defined(_CRT_SECURE_NO_WARNINGS) #if !defined(_CRT_SECURE_NO_WARNINGS)