[PATCH] comctl32: Dump a parameter in a TRACE

Detlef Riekenberg wine.dev at web.de
Mon Oct 4 17:29:49 CDT 2010


---
 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 3e313ba..5f79535 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;
 
-- 
1.7.0.4




More information about the wine-patches mailing list