mirror of
https://github.com/reactos/reactos.git
synced 2024-11-30 23:13:31 +08:00
parent
d712c895fd
commit
511134ec91
@ -3,9 +3,10 @@ add_subdirectory(cmicontrol)
|
||||
add_subdirectory(cpl)
|
||||
|
||||
|
||||
# for WaveRT support
|
||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
# For (NT6+) WaveRT support.
|
||||
# See WAVERT define in debug.hpp.
|
||||
# remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
# add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
list(APPEND SOURCE
|
||||
adapter.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user