Re: wine/dlls/comctl32 status.c

2005-03-01 Thread Thomas Weidenmueller
Alexandre Julliard wrote: Log message: Filip Navara <[EMAIL PROTECTED]> Implement SB_SETBORDERS. Just FYI: Win95, 98, 98SE, ME, NT4, NT5.0, NT5.1 and later do not support this message even though MS Office might try to use them. Best Regards, Thomas

Re: dlls/comctl32/status.c

2005-01-21 Thread Alexandre Julliard
Ge van Geldorp <[EMAIL PROTECTED]> writes: > Changelog: > Gunnar Dalsnes <[EMAIL PROTECTED]> > STATUSBAR_SetTextT: > - ntext wasn't freed on return if text was unicode > - part->text was allways freed, but if the previous style was SBT_OWNERDRAW, > part->text would contain 32bit data (

Re: dlls/comctl32/status.c

2005-01-21 Thread Mike McCormack
Ge van Geldorp wrote: diff -u -r1.69 status.c --- dlls/comctl32/status.c 9 Jan 2005 16:42:54 - 1.69 +++ dlls/comctl32/status.c 13 Jan 2005 09:05:24 - @@ -650,6 +650,7 @@ { STATUSWINDOWPART *part=NULL; BOOL changed = FALSE; +WORD oldStyle; That should be a