mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[WMVCORE] Sync with Wine Staging 3.9. CORE-14656
This commit is contained in:
parent
2f569d4a7f
commit
c399348b83
2 changed files with 2 additions and 1 deletions
|
@ -2133,6 +2133,7 @@ static HRESULT WINAPI WMProfileManager_QueryInterface(IWMProfileManager *iface,
|
|||
TRACE("(%p)->(IID_IWMProfileManager %p)\n", This, ppv);
|
||||
*ppv = &This->IWMProfileManager_iface;
|
||||
}else {
|
||||
FIXME("Unsupported iface %s\n", debugstr_guid(riid));
|
||||
*ppv = NULL;
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
|
|
@ -210,7 +210,7 @@ reactos/dll/win32/wintrust # Synced to WineStaging-3.9
|
|||
reactos/dll/win32/wldap32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/wmi # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/wmiutils # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/wmvcore # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/wmvcore # Synced to WineStaging-3.9
|
||||
reactos/dll/win32/wshom.ocx # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/wtsapi32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/wuapi # Synced to WineStaging-3.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue