mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[MSIMTF] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73282
This commit is contained in:
parent
3720284204
commit
7a050e50e5
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue