mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 00:54:22 +08:00
[SHELL32] Forward SHGetInstanceExplorer to shcore.GetProcessReference
Fixes 3 shcore wine tests.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user