mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
parent
d712c895fd
commit
511134ec91
1 changed files with 4 additions and 3 deletions
|
@ -3,9 +3,10 @@ add_subdirectory(cmicontrol)
|
||||||
add_subdirectory(cpl)
|
add_subdirectory(cpl)
|
||||||
|
|
||||||
|
|
||||||
# for WaveRT support
|
# For (NT6+) WaveRT support.
|
||||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
# See WAVERT define in debug.hpp.
|
||||||
add_definitions(-D_WIN32_WINNT=0x600)
|
# remove_definitions(-D_WIN32_WINNT=0x502)
|
||||||
|
# add_definitions(-D_WIN32_WINNT=0x600)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
adapter.cpp
|
adapter.cpp
|
||||||
|
|
Loading…
Reference in a new issue