From da8f604da0644948606e36f8ae122e9f6c4e4b58 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 20 Jun 2026 10:54:43 +0300 Subject: [PATCH] [SHELL32] Forward SHSetInstanceExplorer to shcore.SetProcessReference Addendum to commit aaf231f --- dll/win32/shell32/shell32.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/shell32/shell32.spec b/dll/win32/shell32/shell32.spec index e19379d6863..b8f8457b9a4 100644 --- a/dll/win32/shell32/shell32.spec +++ b/dll/win32/shell32/shell32.spec @@ -167,7 +167,7 @@ 173 stdcall SHValidateUNC(ptr wstr long) 174 stdcall SHCreateShellFolderViewEx(ptr ptr) 175 stdcall -noname SHGetSpecialFolderPath(long long long long) SHGetSpecialFolderPathW -176 stdcall SHSetInstanceExplorer(long) +176 stdcall SHSetInstanceExplorer(long) shcore.SetProcessReference 177 stdcall -noname DAD_SetDragImageFromListView(ptr long long) 178 stdcall SHObjectProperties(long long wstr wstr) 179 stdcall SHGetNewLinkInfoA(str str ptr long long)