msxml3: Use right COM invocation macro.

oldstable
Michael Karcher 2008-10-11 23:58:19 +02:00 committed by Alexandre Julliard
parent b7ac3bde68
commit adab2e5701
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ static HRESULT WINAPI bsc_OnStartBinding(
TRACE("(%p)->(%x %p)\n", This, dwReserved, pib);
This->binding = pib;
IBindStatusCallback_AddRef(pib);
IBinding_AddRef(pib);
hr = CreateStreamOnHGlobal(NULL, TRUE, &This->memstream);
if(FAILED(hr))