atl: Pass correct arguments to fuctions executed by AtlInternalQueryInterface.
This commit is contained in:
parent
5361263bdb
commit
981fcc897c
|
@ -272,7 +272,7 @@ HRESULT WINAPI AtlInternalQueryInterface(void* this, const _ATL_INTMAP_ENTRY* pE
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
TRACE("Function\n");
|
TRACE("Function\n");
|
||||||
rc = pEntries[i].pFunc(this, iid, ppvObject,0);
|
rc = pEntries[i].pFunc(this, iid, ppvObject, pEntries[i].dw);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue