diff --git a/dll/win32/shell32/CMakeLists.txt b/dll/win32/shell32/CMakeLists.txt index 830a0f957f3..98c80a32fb5 100644 --- a/dll/win32/shell32/CMakeLists.txt +++ b/dll/win32/shell32/CMakeLists.txt @@ -132,7 +132,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "GNU") endif() target_link_libraries(shell32 shellmenu shelldesktop wine uuid recyclebin cpprt atl_classes oldnames) add_delay_importlibs(shell32 powrprof shdocvw devmgr winspool.drv winmm mpr uxtheme ole32 oleaut32 userenv browseui version fmifs netapi32 secur32) -add_importlibs(shell32 advapi32 gdi32 user32 comctl32 comdlg32 shlwapi msvcrt kernel32 ntdll) +add_importlibs(shell32 advapi32 gdi32 user32 comctl32 comdlg32 shlwapi shcore msvcrt kernel32 ntdll) add_dependencies(shell32 stdole2) # shell32_shldisp.tlb needs stdole2.tlb add_pch(shell32 precomp.h "${PCH_SKIP_SOURCE}") add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all) diff --git a/dll/win32/shell32/shell32.spec b/dll/win32/shell32/shell32.spec index e88358c7650..f2168faf90c 100644 --- a/dll/win32/shell32/shell32.spec +++ b/dll/win32/shell32/shell32.spec @@ -308,7 +308,7 @@ 308 stdcall SHGetIconOverlayIndexA(str long) 309 stdcall SHGetIconOverlayIndexW(wstr long) @ stdcall -version=0x600+ SHGetIDListFromObject(ptr ptr) -310 stdcall SHGetInstanceExplorer(long) +310 stdcall SHGetInstanceExplorer(long) shcore.GetProcessReference 311 stdcall SHGetMalloc(ptr) 312 stdcall SHGetNewLinkInfo(str str ptr long long) SHGetNewLinkInfoA 313 stdcall SHGetPathFromIDList(ptr ptr) SHGetPathFromIDListA