https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d53b03e676e5c9f846182…
commit d53b03e676e5c9f846182c7e77ec7fb71c09e678
Author: Jérôme Gardou <jerome.gardou(a)reactos.org>
AuthorDate: Mon Nov 2 10:49:24 2020 +0100
Commit: Jérôme Gardou <zefklop(a)users.noreply.github.com>
CommitDate: Mon Dec 28 12:13:30 2020 +0100
[MSVCRT_WINETEST] Unconditionally link against oldnames
---
modules/rostests/winetests/msvcrt/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/msvcrt/CMakeLists.txt
b/modules/rostests/winetests/msvcrt/CMakeLists.txt
index 0574e646adf..2c4e7d581b0 100644
--- a/modules/rostests/winetests/msvcrt/CMakeLists.txt
+++ b/modules/rostests/winetests/msvcrt/CMakeLists.txt
@@ -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()