[SHELL32] Forward SHGetInstanceExplorer to shcore.GetProcessReference

Fixes 3 shcore wine tests.
This commit is contained in:
Timo Kreuzer
2026-05-20 13:23:33 +03:00
parent 5a4ed508fd
commit aaf231f00f
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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