Author: akhaldi
Date: Thu Aug 18 10:37:24 2016
New Revision: 72304

URL: http://svn.reactos.org/svn/reactos?rev=72304&view=rev
Log:
[PSTOREC] Sync with Wine Staging 1.9.16. CORE-11866

Modified:
    trunk/reactos/dll/win32/pstorec/pstorec.c
    trunk/reactos/media/doc/README.WINE

Modified: trunk/reactos/dll/win32/pstorec/pstorec.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/pstorec/pstorec.c?rev=72304&r1=72303&r2=72304&view=diff
==============================================================================
--- trunk/reactos/dll/win32/pstorec/pstorec.c   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/pstorec/pstorec.c   [iso-8859-1] Thu Aug 18 
10:37:24 2016
@@ -298,10 +298,10 @@
  */
 static HRESULT WINAPI PStore_fnOpenItem( IPStore* This, PST_KEY Key,
     const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR szItemName,
-    PST_ACCESSMODE ModeFlags, PPST_PROMPTINFO pProomptInfo, DWORD dwFlags )
+    PST_ACCESSMODE ModeFlags, PPST_PROMPTINFO pPromptInfo, DWORD dwFlags )
 {
     FIXME("(%p,%08x,%s,%s,%s,%08x,%p,%08x) stub\n", This, Key, 
debugstr_guid(pItemType),
-           debugstr_guid(pItemSubtype), debugstr_w(szItemName), ModeFlags, 
pProomptInfo, dwFlags);
+           debugstr_guid(pItemSubtype), debugstr_w(szItemName), ModeFlags, 
pPromptInfo, dwFlags);
     return E_NOTIMPL;
 }
 
@@ -368,7 +368,7 @@
     ips->IPStore_iface.lpVtbl = &pstores_vtbl;
     ips->ref = 1;
 
-    *ppProvider = (IPStore*) ips;
+    *ppProvider = &ips->IPStore_iface;
 
     return S_OK;
 }

Modified: trunk/reactos/media/doc/README.WINE
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=72304&r1=72303&r2=72304&view=diff
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Thu Aug 18 10:37:24 2016
@@ -155,7 +155,7 @@
 reactos/dll/win32/powrprof            # Forked at Wine-1.0rc5
 reactos/dll/win32/printui             # Synced to WineStaging-1.9.11
 reactos/dll/win32/propsys             # Synced to WineStaging-1.9.16
-reactos/dll/win32/pstorec             # Synced to WineStaging-1.9.11
+reactos/dll/win32/pstorec             # Synced to WineStaging-1.9.16
 reactos/dll/win32/qmgr                # Synced to WineStaging-1.9.11
 reactos/dll/win32/qmgrprxy            # Synced to WineStaging-1.9.11
 reactos/dll/win32/query               # Synced to WineStaging-1.9.11


Reply via email to