oleaut32: Dump MSFT format typeinfos upon loading.

This commit is contained in:
Rob Shearman 2009-01-10 20:55:55 +00:00 committed by Alexandre Julliard
parent de97ce150c
commit b3c8124a15
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}