mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[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:
parent
88fc1a6d24
commit
26f16a3734
@ -5,6 +5,9 @@ include_directories(
|
|||||||
${PROJECT_TOP}/vendor/ivshmem
|
${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
|
add_library(lg_common_platform_code STATIC
|
||||||
debug.c
|
debug.c
|
||||||
crash.c
|
crash.c
|
||||||
|
Loading…
Reference in New Issue
Block a user