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
