mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[MSIMTF] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72294
This commit is contained in:
parent
c96078d760
commit
b3323a21c5
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue