mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-09 22:40:06 +00:00
CMake fix for WIC2 usage on Win7
This commit is contained in:
parent
a58ad988bb
commit
55f5f21e4c
@ -355,7 +355,7 @@ if(WIN32)
|
|||||||
target_compile_definitions(${PROJECT_NAME} PRIVATE _WIN32_WINNT=0x0A00)
|
target_compile_definitions(${PROJECT_NAME} PRIVATE _WIN32_WINNT=0x0A00)
|
||||||
else()
|
else()
|
||||||
message("INFO: Building with Windows 7 compatibility")
|
message("INFO: Building with Windows 7 compatibility")
|
||||||
target_compile_definitions(${PROJECT_NAME} PRIVATE _WIN32_WINNT=0x0601)
|
target_compile_definitions(${PROJECT_NAME} PRIVATE _WIN32_WINNT=0x0601 _WIN7_PLATFORM_UPDATE)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user