https://git.reactos.org/?p=reactos.git;a=commitdiff;h=82b758974fdc46e1679302e3d4831cb36cf959c2

commit 82b758974fdc46e1679302e3d4831cb36cf959c2
Author:     Mark Jansen <[email protected]>
AuthorDate: Thu Nov 28 21:40:20 2019 +0100
Commit:     Mark Jansen <[email protected]>
CommitDate: Thu Nov 28 21:40:20 2019 +0100

    [URLMON] Delay-load advpack
    CORE-5007
---
 dll/win32/urlmon/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dll/win32/urlmon/CMakeLists.txt b/dll/win32/urlmon/CMakeLists.txt
index ef9c5377ab9..4021d1e1b6b 100644
--- a/dll/win32/urlmon/CMakeLists.txt
+++ b/dll/win32/urlmon/CMakeLists.txt
@@ -54,6 +54,7 @@ add_library(urlmon MODULE
 
 set_module_type(urlmon win32dll)
 target_link_libraries(urlmon uuid wine ${PSEH_LIB})
-add_importlibs(urlmon rpcrt4 propsys ole32 oleaut32 shlwapi shell32 wininet 
user32 advapi32 advpack kernel32_vista msvcrt kernel32 ntdll)
+add_delay_importlibs(urlmon advpack)
+add_importlibs(urlmon rpcrt4 propsys ole32 oleaut32 shlwapi shell32 wininet 
user32 advapi32 kernel32_vista msvcrt kernel32 ntdll)
 add_pch(urlmon precomp.h SOURCE)
 add_cd_file(TARGET urlmon DESTINATION reactos/system32 FOR all)

Reply via email to