mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 15:38:37 +00:00
[URLMON] Delay-load advpack
CORE-5007
This commit is contained in:
parent
5d7c5cf459
commit
82b758974f
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue