Commit c5be905b authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

oleaut32: Fix TRACE.

parent 808c47ce
......@@ -5357,7 +5357,7 @@ static HRESULT WINAPI ITypeLibComp_fnBind(
ITypeLibImpl *This = impl_from_ITypeComp(iface);
int typemismatch=0, i;
TRACE("(%s, 0x%x, 0x%x, %p, %p, %p)\n", debugstr_w(szName), lHash, wFlags, ppTInfo, pDescKind, pBindPtr);
TRACE("(%p)->(%s, 0x%x, 0x%x, %p, %p, %p)\n", This, debugstr_w(szName), lHash, wFlags, ppTInfo, pDescKind, pBindPtr);
*pDescKind = DESCKIND_NONE;
pBindPtr->lptcomp = NULL;
......
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