Re: Rearrange WINPROC_CallWndProc to give clearer tracing
9 Feb
2005
9 Feb
'05
7: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
7701
Age (days ago)
7701
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard