Rob Shearman : oleaut32: Dump the loaded module in SLTG_ProcessModule.
Module: wine Branch: master Commit: caf875f4eeb771f23557b68e7a966706018137ce URL: http://source.winehq.org/git/wine.git/?a=commit;h=caf875f4eeb771f23557b68e7a... Author: Rob Shearman <robertshearman(a)gmail.com> Date: Wed Jul 30 13:18:33 2008 +0100 oleaut32: Dump the loaded module in SLTG_ProcessModule. --- dlls/oleaut32/typelib.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c index aaff551..fd60db2 100644 --- a/dlls/oleaut32/typelib.c +++ b/dlls/oleaut32/typelib.c @@ -3439,6 +3439,8 @@ static void SLTG_ProcessModule(char *pBlk, ITypeInfoImpl *pTI, if (pTITail->funcs_off != 0xffff) SLTG_DoFuncs(pBlk, pBlk + pTITail->funcs_off, pTI, pTITail->cFuncs, pNameTable, ref_lookup); HeapFree(GetProcessHeap(), 0, ref_lookup); + if (TRACE_ON(typelib)) + dump_TypeInfo(pTI); } /* Because SLTG_OtherTypeInfo is such a painful struct, we make a more
participants (1)
-
Alexandre Julliard