mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[MSVCRT_WINETEST] Unconditionally link against oldnames
This commit is contained in:
parent
6fcd9f3184
commit
d53b03e676
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue