File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
132132endif ()
133133target_link_libraries (shell32 shellmenu shelldesktop wine uuid recyclebin cpprt atl_classes oldnames )
134134add_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 )
136136add_dependencies (shell32 stdole2 ) # shell32_shldisp.tlb needs stdole2.tlb
137137add_pch (shell32 precomp.h "${PCH_SKIP_SOURCE} " )
138138add_cd_file (TARGET shell32 DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 308308308 stdcall SHGetIconOverlayIndexA (str long )
309309309 stdcall SHGetIconOverlayIndexW (wstr long )
310310@ stdcall - version = 0x600 + SHGetIDListFromObject (ptr ptr )
311- 310 stdcall SHGetInstanceExplorer (long )
311+ 310 stdcall SHGetInstanceExplorer (long ) shcore . GetProcessReference
312312311 stdcall SHGetMalloc (ptr )
313313312 stdcall SHGetNewLinkInfo (str str ptr long long ) SHGetNewLinkInfoA
314314313 stdcall SHGetPathFromIDList (ptr ptr ) SHGetPathFromIDListA
You can’t perform that action at this time.
0 commit comments