From: Amine Khaldi Date: Sat, 19 May 2012 12:06:22 +0000 (+0000) Subject: [PSTOREC] X-Git-Tag: backups/ros-csrss@57560~920 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=cd3a34b6eedf06bb48dd5cb13d1df8ba93750cbc [PSTOREC] * Sync to Wine 1.5.4. svn path=/trunk/; revision=56623 --- diff --git a/reactos/dll/win32/pstorec/pstorec.c b/reactos/dll/win32/pstorec/pstorec.c index b2e729babda..0a6a6c117de 100644 --- a/reactos/dll/win32/pstorec/pstorec.c +++ b/reactos/dll/win32/pstorec/pstorec.c @@ -298,9 +298,8 @@ 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 ) { - 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; } diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 100b6aa4e23..9a7ead0fa33 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -135,7 +135,7 @@ reactos/dll/win32/pdh # Autosync 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