[SHELL32]
authorThomas Faber <thomas.faber@reactos.org>
Fri, 8 Apr 2016 10:36:31 +0000 (10:36 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Fri, 8 Apr 2016 10:36:31 +0000 (10:36 +0000)
- Revert the delay-loading changes from r71114 since they break 2nd stage.
ROSTESTS-209

svn path=/trunk/; revision=71118

reactos/dll/win32/shell32/CMakeLists.txt

index b17e98a..3c2ab5a 100644 (file)
@@ -87,7 +87,7 @@ add_library(shell32 SHARED
 
 set_module_type(shell32 win32dll UNICODE)
 target_link_libraries(shell32 shellmenu shelldesktop atlnew wine uuid recyclebin)
 
 set_module_type(shell32 win32dll UNICODE)
 target_link_libraries(shell32 shellmenu shelldesktop atlnew wine uuid recyclebin)
-add_delay_importlibs(shell32 uxtheme ole32 oleaut32 userenv version fmifs shdocvw comctl32 browseui shlwapi comdlg32)
-add_importlibs(shell32 advapi32 gdi32 user32 powrprof devmgr winspool winmm mpr msvcrt kernel32 ntdll)
+add_delay_importlibs(shell32 uxtheme ole32 oleaut32 userenv version fmifs)
+add_importlibs(shell32 advapi32 browseui gdi32 user32 powrprof comctl32 comdlg32 shdocvw shlwapi devmgr winspool winmm mpr msvcrt kernel32 ntdll)
 add_pch(shell32 precomp.h SOURCE)
 add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)
 add_pch(shell32 precomp.h SOURCE)
 add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)