Commit 981fcc89 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

atl: Pass correct arguments to fuctions executed by AtlInternalQueryInterface.

parent 5361263b
......@@ -272,7 +272,7 @@ HRESULT WINAPI AtlInternalQueryInterface(void* this, const _ATL_INTMAP_ENTRY* pE
else
{
TRACE("Function\n");
rc = pEntries[i].pFunc(this, iid, ppvObject,0);
rc = pEntries[i].pFunc(this, iid, ppvObject, pEntries[i].dw);
}
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment