dlls/comctl32/status.c

Mike McCormack mike at codeweavers.com
Fri Jan 21 02:58:20 CST 2005


Ge van Geldorp wrote:

> diff -u -r1.69 status.c
> --- dlls/comctl32/status.c	9 Jan 2005 16:42:54 -0000	1.69
> +++ dlls/comctl32/status.c	13 Jan 2005 09:05:24 -0000
> @@ -650,6 +650,7 @@
>  {
>      STATUSWINDOWPART *part=NULL;
>      BOOL changed = FALSE;
> +    WORD oldStyle;

That should be a DWORD, shouldn't it?

Mike



More information about the wine-devel mailing list