mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
include: Fix out string type from LPCSTR to LPSTR in shobjidl.idl.
This commit is contained in:
parent
a9abbf9012
commit
7290dafc46
@ -1305,7 +1305,7 @@ interface INewShortcutHookA : IUnknown
|
||||
[in] LPCSTR pcszReferent,
|
||||
[in] HWND hwnd);
|
||||
HRESULT GetReferent(
|
||||
[out] LPCSTR pcszReferent,
|
||||
[out] LPSTR pcszReferent,
|
||||
[in] int cchReferent);
|
||||
HRESULT SetFolder(
|
||||
[in] LPCSTR pcszReferent);
|
||||
@ -1336,7 +1336,7 @@ interface INewShortcutHookW : IUnknown
|
||||
[in] LPCWSTR pcszReferent,
|
||||
[in] HWND hwnd);
|
||||
HRESULT GetReferent(
|
||||
[out] LPCWSTR pcszReferent,
|
||||
[out] LPWSTR pcszReferent,
|
||||
[in] int cchReferent);
|
||||
HRESULT SetFolder(
|
||||
[in] LPCWSTR pcszReferent);
|
||||
|
Loading…
x
Reference in New Issue
Block a user