mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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()
|
endif()
|
||||||
target_link_libraries(shell32 shellmenu shelldesktop wine uuid recyclebin cpprt atl_classes oldnames)
|
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_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_dependencies(shell32 stdole2) # shell32_shldisp.tlb needs stdole2.tlb
|
||||||
add_pch(shell32 precomp.h "${PCH_SKIP_SOURCE}")
|
add_pch(shell32 precomp.h "${PCH_SKIP_SOURCE}")
|
||||||
add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)
|
||||||
|
|||||||
@@ -308,7 +308,7 @@
|
|||||||
308 stdcall SHGetIconOverlayIndexA(str long)
|
308 stdcall SHGetIconOverlayIndexA(str long)
|
||||||
309 stdcall SHGetIconOverlayIndexW(wstr long)
|
309 stdcall SHGetIconOverlayIndexW(wstr long)
|
||||||
@ stdcall -version=0x600+ SHGetIDListFromObject(ptr ptr)
|
@ stdcall -version=0x600+ SHGetIDListFromObject(ptr ptr)
|
||||||
310 stdcall SHGetInstanceExplorer(long)
|
310 stdcall SHGetInstanceExplorer(long) shcore.GetProcessReference
|
||||||
311 stdcall SHGetMalloc(ptr)
|
311 stdcall SHGetMalloc(ptr)
|
||||||
312 stdcall SHGetNewLinkInfo(str str ptr long long) SHGetNewLinkInfoA
|
312 stdcall SHGetNewLinkInfo(str str ptr long long) SHGetNewLinkInfoA
|
||||||
313 stdcall SHGetPathFromIDList(ptr ptr) SHGetPathFromIDListA
|
313 stdcall SHGetPathFromIDList(ptr ptr) SHGetPathFromIDListA
|
||||||
|
|||||||
Reference in New Issue
Block a user