[MSIMTF] Sync with Wine Staging 1.9.23. CORE-12409

svn path=/trunk/; revision=73282
This commit is contained in:
Amine Khaldi 2016-11-17 22:52:27 +00:00
parent 3720284204
commit 7a050e50e5
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ static HRESULT WINAPI ActiveIMMApp_QueryInterface (IActiveIMMApp* iface,
if (IsEqualIID(iid, &IID_IUnknown) || IsEqualIID(iid, &IID_IActiveIMMApp))
{
*ppvOut = This;
*ppvOut = &This->IActiveIMMApp_iface;
}
else if (IsEqualIID(iid, &IID_IActiveIMMMessagePumpOwner))
{
@ -888,6 +888,6 @@ DECLSPEC_HIDDEN HRESULT ActiveIMMApp_Constructor(IUnknown *pUnkOuter, IUnknown *
This->refCount = 1;
TRACE("returning %p\n",This);
*ppOut = (IUnknown *)This;
*ppOut = (IUnknown *)&This->IActiveIMMApp_iface;
return S_OK;
}

View file

@ -114,7 +114,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.16
reactos/dll/win32/msimtf # Synced to WineStaging-1.9.23
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