mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[MSIMTF] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73282
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user