Commit b3c8124a authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

oleaut32: Dump MSFT format typeinfos upon loading.

parent de97ce15
......@@ -2214,6 +2214,8 @@ static ITypeInfoImpl * MSFT_DoTypeInfo(
debugstr_w(ptiRet->Name),
debugstr_guid(&ptiRet->TypeAttr.guid),
typekind_desc[ptiRet->TypeAttr.typekind]);
if (TRACE_ON(typelib))
dump_TypeInfo(ptiRet);
return ptiRet;
}
......
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