msi: Use wine_dbgstr_rect() to trace a RECT.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
21db79044e
commit
148d0e4576
|
@ -3609,7 +3609,7 @@ static void msi_dialog_adjust_dialog_pos( msi_dialog *dialog, MSIRECORD *rec, LP
|
|||
dialog->size.cx = sz.cx;
|
||||
dialog->size.cy = sz.cy;
|
||||
|
||||
TRACE("%u %u %u %u\n", pos->left, pos->top, pos->right, pos->bottom);
|
||||
TRACE("%s\n", wine_dbgstr_rect(pos));
|
||||
|
||||
style = GetWindowLongPtrW( dialog->hwnd, GWL_STYLE );
|
||||
AdjustWindowRect( pos, style, FALSE );
|
||||
|
|
Loading…
Reference in New Issue