mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[host] windows: correctly declare WINVER and _WIN32_WINNT
We wanted to target Windows Vista, which is 0x0600 not 0x6000. 0x6000 is in fact larger than Windows 10 which is 0x0a00.
This commit is contained in:
parent
56833edae7
commit
323d321a77
@ -15,7 +15,7 @@ add_library(platform_Windows STATIC
|
||||
)
|
||||
|
||||
# allow use of functions for Windows Vista or later
|
||||
add_definitions(-D _WIN32_WINNT=0x6000)
|
||||
add_compile_definitions(WINVER=0x0600 _WIN32_WINNT=0x0600)
|
||||
|
||||
add_subdirectory("capture")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user