include: Fix out string type from LPCSTR to LPSTR in shobjidl.idl.

This commit is contained in:
Michael Karcher 2009-01-01 11:40:13 +01:00 committed by Alexandre Julliard
parent a9abbf9012
commit 7290dafc46
1 changed files with 2 additions and 2 deletions

View File

@ -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);