[MSIMTF] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72294
This commit is contained in:
Amine Khaldi 2016-08-18 10:24:35 +00:00
parent c96078d760
commit b3323a21c5
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
ActiveIMMApp_Constructor,
};
return IClassFactory_QueryInterface((IClassFactory*)&cf, riid, ppv);
return IClassFactory_QueryInterface(&cf.IClassFactory_iface, riid, ppv);
}
FIXME("(%s %s %p)\n", debugstr_guid(rclsid), debugstr_guid(riid), ppv);

View file

@ -116,7 +116,7 @@ reactos/dll/win32/mshtml # Synced to WineStaging-1.7.55
reactos/dll/win32/mshtml.tlb # Synced to WineStaging-1.7.55
reactos/dll/win32/msi # Synced to WineStaging-1.9.16
reactos/dll/win32/msimg32 # Synced to WineStaging-1.9.11
reactos/dll/win32/msimtf # Synced to WineStaging-1.9.11
reactos/dll/win32/msimtf # Synced to WineStaging-1.9.16
reactos/dll/win32/msisip # Synced to WineStaging-1.9.11
reactos/dll/win32/msisys.ocx # Synced to WineStaging-1.9.11
reactos/dll/win32/msnet32 # Synced to WineStaging-1.9.11