mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[MSVCRT_WINETEST] Unconditionally link against oldnames
This commit is contained in:
committed by
Jérôme Gardou
parent
6fcd9f3184
commit
d53b03e676
@@ -36,9 +36,9 @@ endif()
|
||||
|
||||
set_module_type(msvcrt_winetest win32cui)
|
||||
add_importlibs(msvcrt_winetest advapi32 msvcrt kernel32)
|
||||
target_link_libraries(msvcrt_winetest oldnames)
|
||||
|
||||
if(MSVC)
|
||||
target_link_libraries(msvcrt_winetest oldnames)
|
||||
add_importlibs(msvcrt_winetest ntdll)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user