Skip to content

Commit 0cd7e2c

Browse files
committed
[PSDK] Add missing parameter names
1 parent db9768f commit 0cd7e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/include/psdk/shlwapi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,8 +1567,8 @@ LPSTR WINAPI StrDupA(_In_ LPCSTR);
15671567
LPWSTR WINAPI StrDupW(_In_ LPCWSTR);
15681568
#define StrDup WINELIB_NAME_AW(StrDup)
15691569

1570-
HRESULT WINAPI SHStrDupA(_In_ LPCSTR, _Outptr_ WCHAR**);
1571-
HRESULT WINAPI SHStrDupW(_In_ LPCWSTR, _Outptr_ WCHAR**);
1570+
HRESULT WINAPI SHStrDupA(_In_ LPCSTR psz, _Outptr_ WCHAR** ppwsz);
1571+
HRESULT WINAPI SHStrDupW(_In_ LPCWSTR psz, _Outptr_ WCHAR** ppwsz);
15721572
#define SHStrDup WINELIB_NAME_AW(SHStrDup)
15731573

15741574
LPSTR

0 commit comments

Comments
 (0)