[ros-diffs] [akhaldi] 56623: [PSTOREC] * Sync to Wine 1.5.4.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Sat May 19 12:06:22 UTC 2012


Author: akhaldi
Date: Sat May 19 12:06:22 2012
New Revision: 56623

URL: http://svn.reactos.org/svn/reactos?rev=56623&view=rev
Log:
[PSTOREC]
* Sync to Wine 1.5.4.

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=56623&r1=56622&r2=56623&view=diff
==============================================================================
--- trunk/reactos/dll/win32/pstorec/pstorec.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/pstorec/pstorec.c [iso-8859-1] Sat May 19 12:06:22 2012
@@ -298,9 +298,8 @@
     const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR szItemName,
     PST_ACCESSMODE ModeFlags, PPST_PROMPTINFO pProomptInfo, DWORD dwFlags )
 {
-    FIXME("%p %08x %s %s %p %08x %p %08x\n", This, Key,
-           debugstr_guid(pItemType), debugstr_guid(pItemSubtype),
-           debugstr_w(szItemName), ModeFlags, pProomptInfo, 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);
     return E_NOTIMPL;
 }
 

Modified: trunk/reactos/media/doc/README.WINE
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=56623&r1=56622&r2=56623&view=diff
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Sat May 19 12:06:22 2012
@@ -135,7 +135,7 @@
 reactos/dll/win32/pidgen          # Synced to Wine-1.3.37
 reactos/dll/win32/powrprof        # Forked at Wine-1.0rc5
 reactos/dll/win32/printui         # Synced to Wine-1.3.37
-reactos/dll/win32/pstorec         # Synced to Wine-1.3.37
+reactos/dll/win32/pstorec         # Synced to Wine-1.5.4
 reactos/dll/win32/query           # Synced to Wine-1.3.37
 reactos/dll/win32/rasapi32        # Synced to Wine-1.3.37
 reactos/dll/win32/resutils        # Synced to Wine-1.3.37




More information about the Ros-diffs mailing list