X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fwin32%2Fmswsock%2FCMakeLists.txt;h=87214631103bf5d90f78c4f478e9d84be02abaab;hp=b9b4c95ccdf1b4023b22d581c29e3796ab945fa3;hb=837d7e929254e16416886c17488f016dfa8931e4;hpb=ea43e3d3dc2eaa1bcc5050355531ea8f88f4d58e diff --git a/reactos/dll/win32/mswsock/CMakeLists.txt b/reactos/dll/win32/mswsock/CMakeLists.txt index b9b4c95ccdf..87214631103 100644 --- a/reactos/dll/win32/mswsock/CMakeLists.txt +++ b/reactos/dll/win32/mswsock/CMakeLists.txt @@ -16,6 +16,6 @@ add_library(mswsock SHARED ${CMAKE_CURRENT_BINARY_DIR}/mswsock.def) set_module_type(mswsock win32dll UNICODE) -add_importlibs(mswsock ws2_32 advapi32 dnsapi msvcrt kernel32) +add_importlibs(mswsock ws2_32 advapi32 dnsapi msvcrt kernel32 ntdll) add_pch(mswsock precomp.h SOURCE) add_cd_file(TARGET mswsock DESTINATION reactos/system32 FOR all)