oleaut32: Add more info to the LoadLibraryEx trace.

Dan Hipschman dsh at linux.ucla.edu
Thu Jan 31 14:07:57 CST 2008


This is helpful to determine the address of the loaded typelib.

---
 dlls/oleaut32/typelib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c
index df886a3..9139a11 100644
--- a/dlls/oleaut32/typelib.c
+++ b/dlls/oleaut32/typelib.c
@@ -404,7 +404,7 @@ HRESULT WINAPI LoadTypeLibEx(
                 break;
         }
 
-    TRACE(" returns %08x\n",res);
+    TRACE("(%s) returns %08x, %p\n", debugstr_w(szFile), res, *pptLib);
     return res;
 }
 



More information about the wine-patches mailing list