Author: spetreolle
Date: Fri Aug  4 23:06:54 2017
New Revision: 75485

URL: http://svn.reactos.org/svn/reactos?rev=75485&view=rev
Log:
Remove a theoretical circular dependancy between wininet and shlwapi.
shlwapi actually doesn't use wininet.

Modified:
    trunk/reactos/dll/win32/shlwapi/CMakeLists.txt

Modified: trunk/reactos/dll/win32/shlwapi/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shlwapi/CMakeLists.txt?rev=75485&r1=75484&r2=75485&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shlwapi/CMakeLists.txt      [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shlwapi/CMakeLists.txt      [iso-8859-1] Fri Aug  4 
23:06:54 2017
@@ -38,6 +38,6 @@
 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 wininet msvcrt kernel32 ntdll)
+add_importlibs(shlwapi user32 gdi32 advapi32 msvcrt kernel32 ntdll)
 add_pch(shlwapi precomp.h SOURCE)
 add_cd_file(TARGET shlwapi DESTINATION reactos/system32 FOR all)


Reply via email to