Re: shell32: Don't dereference NULL pointers when tracing.
18 Sep
2011
18 Sep
'11
7:38 p.m.
On Sun, Sep 18, 2011 at 8:37 PM, Francois Gouget <fgouget(a)free.fr> wrote:
+ TRACE("-- vmode %#x, flags %#x", view_params->pfs->ViewMode, view_params->pfs->fFlags); + if (view_params->prcView) + TRACE(", left %d, top %d, right %d, bottom %d", view_params->prcView->left, + view_params->prcView->top, view_params->prcView->right, view_params->prcView->bottom); + TRACE("\n");
I think it would look much nicer with wine_dbgstr_rect and it can handle NULL pointers. Octavian
5200
Age (days ago)
5200
Last active (days ago)
0 comments
1 participants
participants (1)
-
Octavian Voicu