Commit adab2e57 authored by Michael Karcher's avatar Michael Karcher Committed by Alexandre Julliard

msxml3: Use right COM invocation macro.

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