[CMIPCI] Compile it as NT5.2, not NT6.0

Addendum to ba2ab59 (r61334).
This commit is contained in:
Serge Gautherie 2020-11-26 06:59:36 +01:00 committed by Jérôme Gardou
parent d712c895fd
commit 511134ec91

View File

@ -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