[common] windows: declare WINVER and _WIN32_WINNT

This is done for consistency with the Windows-specific portions of the host.
This commit is contained in:
Quantum 2021-07-19 22:39:32 -04:00 committed by Geoffrey McRae
parent 88fc1a6d24
commit 26f16a3734

View File

@ -5,6 +5,9 @@ include_directories(
${PROJECT_TOP}/vendor/ivshmem
)
# allow use of functions for Windows 7 or later
add_compile_definitions(WINVER=0x0601 _WIN32_WINNT=0x0601)
add_library(lg_common_platform_code STATIC
debug.c
crash.c