mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[PSTOREC] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72304
This commit is contained in:
parent
330e94b329
commit
8338fe9d09
2 changed files with 4 additions and 4 deletions
|
@ -298,10 +298,10 @@ static HRESULT WINAPI PStore_fnWriteItem( IPStore* This, PST_KEY Key,
|
||||||
*/
|
*/
|
||||||
static HRESULT WINAPI PStore_fnOpenItem( IPStore* This, PST_KEY Key,
|
static HRESULT WINAPI PStore_fnOpenItem( IPStore* This, PST_KEY Key,
|
||||||
const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR szItemName,
|
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),
|
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;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -368,7 +368,7 @@ HRESULT WINAPI PStoreCreateInstance( IPStore** ppProvider,
|
||||||
ips->IPStore_iface.lpVtbl = &pstores_vtbl;
|
ips->IPStore_iface.lpVtbl = &pstores_vtbl;
|
||||||
ips->ref = 1;
|
ips->ref = 1;
|
||||||
|
|
||||||
*ppProvider = (IPStore*) ips;
|
*ppProvider = &ips->IPStore_iface;
|
||||||
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
|
@ -155,7 +155,7 @@ reactos/dll/win32/pidgen # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
|
reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
|
||||||
reactos/dll/win32/printui # Synced to WineStaging-1.9.11
|
reactos/dll/win32/printui # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/propsys # Synced to WineStaging-1.9.16
|
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/qmgr # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/qmgrprxy # 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
|
reactos/dll/win32/query # Synced to WineStaging-1.9.11
|
||||||
|
|
Loading…
Reference in a new issue