Andrey Gusev : include: Fix a typo in IPStore interface.

Alexandre Julliard julliard at winehq.org
Wed Jul 6 09:57:31 CDT 2016


Module: wine
Branch: master
Commit: ca5d6c73fe593c8fa357939ef6d8fd7fc61a5c7f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ca5d6c73fe593c8fa357939ef6d8fd7fc61a5c7f

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Jul  5 16:10:32 2016 +0300

include: Fix a typo in IPStore interface.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/pstore.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/pstore.idl b/include/pstore.idl
index 4f9623e..a963b25 100644
--- a/include/pstore.idl
+++ b/include/pstore.idl
@@ -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( 




More information about the wine-cvs mailing list