oleaut32: Dump MSFT format typeinfos upon loading.
This commit is contained in:
parent
de97ce150c
commit
b3c8124a15
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue