mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SHELL32] spec: Update SHRunControlPanel() and SHValidateUNC() parameter types (#3097)
Cherry-pick (missed part of?)
f6be79684f
This commit is contained in:
parent
2a77e359e4
commit
93f017fcc6
1 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@
|
|||
158 stdcall -noname PathGetExtension(wstr long long) SHPathGetExtensionW
|
||||
159 stdcall -noname PathIsDirectory(wstr) PathIsDirectoryW
|
||||
160 stdcall -noname SHNetConnectionDialog(ptr wstr long)
|
||||
161 stdcall SHRunControlPanel(long long)
|
||||
161 stdcall SHRunControlPanel(wstr ptr)
|
||||
162 stdcall SHSimpleIDListFromPath(ptr) SHSimpleIDListFromPathAW # FIXME
|
||||
163 stdcall -noname StrToOleStr(wstr str) StrToOleStrAW # FIXME
|
||||
164 stdcall Win32DeleteFile(wstr) Win32DeleteFileW
|
||||
|
@ -169,7 +169,7 @@
|
|||
170 stdcall SHReplaceFromPropSheetExtArray(long long long long)
|
||||
171 stdcall PathCleanupSpec(ptr ptr)
|
||||
172 stdcall -noname SHCreateLinks(long str ptr long ptr)
|
||||
173 stdcall SHValidateUNC(long long long)
|
||||
173 stdcall SHValidateUNC(ptr wstr long)
|
||||
174 stdcall SHCreateShellFolderViewEx(ptr ptr)
|
||||
175 stdcall -noname SHGetSpecialFolderPath(long long long long) SHGetSpecialFolderPathW
|
||||
176 stdcall SHSetInstanceExplorer(long)
|
||||
|
|
Loading…
Reference in a new issue