Revert change of WINVER in Cmake as it is required for GLFW to compile on Windows XP

This commit is contained in:
Scr3amer 2023-03-31 16:49:14 -04:00 committed by GitHub
parent 1e8e54aaa2
commit af9381a513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -282,7 +282,7 @@ endif()
# win32_platform.h. We define them here until a saner solution can be found
# NOTE: MinGW-w64 and Visual C++ do /not/ need this hack.
if (MINGW)
target_compile_definitions(glfw PRIVATE WINVER=0x0601)
target_compile_definitions(glfw PRIVATE WINVER=0x0501)
endif()
# Workaround for legacy MinGW not providing XInput and DirectInput