mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-06 12:43:57 +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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue