Browse Source

Bump Windows macro versions

adaptive-webui-19844
Chocobo1 1 year ago
parent
commit
031be41491
  1. 6
      cmake/Modules/CommonConfig.cmake

6
cmake/Modules/CommonConfig.cmake

@ -38,9 +38,9 @@ endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Windows") if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
target_compile_definitions(qbt_common_cfg INTERFACE target_compile_definitions(qbt_common_cfg INTERFACE
NTDDI_VERSION=0x06010000 NTDDI_VERSION=0x0A000006
_WIN32_WINNT=0x0601 _WIN32_WINNT=0x0A00
_WIN32_IE=0x0601 _WIN32_IE=0x0A00
WIN32_LEAN_AND_MEAN WIN32_LEAN_AND_MEAN
NOMINMAX NOMINMAX
UNICODE UNICODE

Loading…
Cancel
Save