mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-16 20:38:16 +00:00
[host] windows: fix compilation under gcc
This commit is contained in:
@@ -16,7 +16,7 @@ add_library(platform_Windows STATIC
|
||||
# allow use of functions for Windows 7 or later
|
||||
add_compile_definitions(WINVER=0x0601 _WIN32_WINNT=0x0601)
|
||||
|
||||
add_definitions("-DCOBJMACROS -DINITGUID -DWIDL_C_INLINE_WRAPPERS")
|
||||
add_definitions("-DCOBJMACROS -DINITGUID")
|
||||
|
||||
add_subdirectory("capture")
|
||||
|
||||
|
Reference in New Issue
Block a user