mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 21:48:19 +00:00
[PSTOREC]
* Sync to Wine 1.5.4. svn path=/trunk/; revision=56623
This commit is contained in:
parent
051dac383a
commit
cd3a34b6ee
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue