From 031be4149187fa5ef9348b01ff8f9c6e0b739701 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 27 Oct 2023 14:00:05 +0800 Subject: [PATCH] Bump Windows macro versions --- cmake/Modules/CommonConfig.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/Modules/CommonConfig.cmake b/cmake/Modules/CommonConfig.cmake index 88b06afcf..050e3d13c 100644 --- a/cmake/Modules/CommonConfig.cmake +++ b/cmake/Modules/CommonConfig.cmake @@ -38,9 +38,9 @@ endif() if (CMAKE_SYSTEM_NAME STREQUAL "Windows") target_compile_definitions(qbt_common_cfg INTERFACE - NTDDI_VERSION=0x06010000 - _WIN32_WINNT=0x0601 - _WIN32_IE=0x0601 + NTDDI_VERSION=0x0A000006 + _WIN32_WINNT=0x0A00 + _WIN32_IE=0x0A00 WIN32_LEAN_AND_MEAN NOMINMAX UNICODE