mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
Revert r75485, MSVC needs wininet to do the UrlCrackW forward.
svn path=/trunk/; revision=75486
This commit is contained in:
parent
41c7842302
commit
a315eeefe1
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ add_library(shlwapi SHARED
|
|||
set_module_type(shlwapi win32dll)
|
||||
target_link_libraries(shlwapi uuid wine)
|
||||
add_delay_importlibs(shlwapi userenv oleaut32 ole32 comdlg32 mpr mlang urlmon shell32 winmm version)
|
||||
add_importlibs(shlwapi user32 gdi32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_importlibs(shlwapi user32 gdi32 advapi32 wininet msvcrt kernel32 ntdll)
|
||||
add_pch(shlwapi precomp.h SOURCE)
|
||||
add_cd_file(TARGET shlwapi DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue