9 Feb
2005
9 Feb
'05
1:44 p.m.
Mike Hearn <mh(a)codeweavers.com> writes:
ChangeLog: Rearrange WINPROC_CallWndProc to give clearer tracing
--- windows/winproc.c (revision 132) +++ windows/winproc.c (local) @@ -408,20 +408,25 @@ static LRESULT WINPROC_CallWndProc( WNDP { LRESULT retvalue; int iWndsLocks; + char msgname[1024];
You don't want to do that, window procs can be nested quite deeply. -- Alexandre Julliard julliard(a)winehq.org