include: Fix a typo in IPStore interface.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7691a18476
commit
ca5d6c73fe
|
@ -255,7 +255,7 @@ interface IPStore : IUnknown
|
|||
[in] const GUID* pItemSubtype,
|
||||
[in] LPCWSTR szItemName,
|
||||
[in] PST_ACCESSMODE ModeFlags,
|
||||
[in] PPST_PROMPTINFO pProomptInfo,
|
||||
[in] PPST_PROMPTINFO pPromptInfo,
|
||||
[in] DWORD dwFlags );
|
||||
|
||||
HRESULT CloseItem(
|
||||
|
|
Loading…
Reference in New Issue