Rearrange WINPROC_CallWndProc to give clearer tracing

Alexandre Julliard julliard at winehq.org
Wed Feb 9 13:44:26 CST 2005


Mike Hearn <mh at 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 at winehq.org



More information about the wine-devel mailing list