Skip to content

Commit aaf231f

Browse files
committed
[SHELL32] Forward SHGetInstanceExplorer to shcore.GetProcessReference
Fixes 3 shcore wine tests.
1 parent 5a4ed50 commit aaf231f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dll/win32/shell32/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
132132
endif()
133133
target_link_libraries(shell32 shellmenu shelldesktop wine uuid recyclebin cpprt atl_classes oldnames)
134134
add_delay_importlibs(shell32 powrprof shdocvw devmgr winspool.drv winmm mpr uxtheme ole32 oleaut32 userenv browseui version fmifs netapi32 secur32)
135-
add_importlibs(shell32 advapi32 gdi32 user32 comctl32 comdlg32 shlwapi msvcrt kernel32 ntdll)
135+
add_importlibs(shell32 advapi32 gdi32 user32 comctl32 comdlg32 shlwapi shcore msvcrt kernel32 ntdll)
136136
add_dependencies(shell32 stdole2) # shell32_shldisp.tlb needs stdole2.tlb
137137
add_pch(shell32 precomp.h "${PCH_SKIP_SOURCE}")
138138
add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)

dll/win32/shell32/shell32.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
308 stdcall SHGetIconOverlayIndexA(str long)
309309
309 stdcall SHGetIconOverlayIndexW(wstr long)
310310
@ stdcall -version=0x600+ SHGetIDListFromObject(ptr ptr)
311-
310 stdcall SHGetInstanceExplorer(long)
311+
310 stdcall SHGetInstanceExplorer(long) shcore.GetProcessReference
312312
311 stdcall SHGetMalloc(ptr)
313313
312 stdcall SHGetNewLinkInfo(str str ptr long long) SHGetNewLinkInfoA
314314
313 stdcall SHGetPathFromIDList(ptr ptr) SHGetPathFromIDListA

0 commit comments

Comments
 (0)