mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] windows: directly invoke ChangeWindowMessageFilterEx
This requires bumping the minimum Windows version to Windows 7, but I don't think we care about Vista anyways.
This commit is contained in:
@@ -13,8 +13,8 @@ add_library(platform_Windows STATIC
|
||||
src/delay.c
|
||||
)
|
||||
|
||||
# allow use of functions for Windows Vista or later
|
||||
add_compile_definitions(WINVER=0x0600 _WIN32_WINNT=0x0600)
|
||||
# allow use of functions for Windows 7 or later
|
||||
add_compile_definitions(WINVER=0x0601 _WIN32_WINNT=0x0601)
|
||||
|
||||
add_subdirectory("capture")
|
||||
|
||||
|
Reference in New Issue
Block a user