comctl32: Dump a parameter in a TRACE.

oldstable
Detlef Riekenberg 2010-10-05 00:29:49 +02:00 committed by Alexandre Julliard
parent 09539e4219
commit 51db7f0a15
1 changed files with 1 additions and 1 deletions

View File

@ -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;