mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:13:01 +00:00
[PSDK] Add missing parameter names
This commit is contained in:
parent
db9768f25d
commit
0cd7e2cfb0
1 changed files with 2 additions and 2 deletions
|
@ -1567,8 +1567,8 @@ LPSTR WINAPI StrDupA(_In_ LPCSTR);
|
|||
LPWSTR WINAPI StrDupW(_In_ LPCWSTR);
|
||||
#define StrDup WINELIB_NAME_AW(StrDup)
|
||||
|
||||
HRESULT WINAPI SHStrDupA(_In_ LPCSTR, _Outptr_ WCHAR**);
|
||||
HRESULT WINAPI SHStrDupW(_In_ LPCWSTR, _Outptr_ WCHAR**);
|
||||
HRESULT WINAPI SHStrDupA(_In_ LPCSTR psz, _Outptr_ WCHAR** ppwsz);
|
||||
HRESULT WINAPI SHStrDupW(_In_ LPCWSTR psz, _Outptr_ WCHAR** ppwsz);
|
||||
#define SHStrDup WINELIB_NAME_AW(SHStrDup)
|
||||
|
||||
LPSTR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue