mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[PSTOREC]
* Sync to Wine 1.5.4. svn path=/trunk/; revision=56623
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user