Detlef Riekenberg : comctl32: Dump a parameter in a TRACE.

Alexandre Julliard julliard at winehq.org
Tue Oct 5 12:03:06 CDT 2010


Module: wine
Branch: master
Commit: 51db7f0a15ac2e15057558006a1f57ebdfb66c47
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=51db7f0a15ac2e15057558006a1f57ebdfb66c47

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Tue Oct  5 00:29:49 2010 +0200

comctl32: Dump a parameter in a TRACE.

---

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

diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c
index 3d2cd3b..e25db1d 100644
--- a/dlls/comctl32/propsheet.c
+++ b/dlls/comctl32/propsheet.c
@@ -613,7 +613,7 @@ static INT_PTR PROPSHEET_CreateDialog(PropSheetInfo* psInfo)
   DWORD resSize;
   WORD resID = IDD_PROPSHEET;
 
-  TRACE("\n");
+  TRACE("(%p)\n", psInfo);
   if (psInfo->ppshheader.dwFlags & INTRNL_ANY_WIZARD)
     resID = IDD_WIZARD;
 




More information about the wine-cvs mailing list