Re: PATCH: dlls/comctl32/listview.c
14 Oct
2002
14 Oct
'02
8:49 p.m.
On Mon, Oct 14, 2002 at 10:09:12PM +0200, Gerald Pfeifer wrote:
This is not ANSI/ISO C as far as I (and current GCC) know, so I hope this straightforward fix is fine.
Gerald
ChangeLog: Avoid GCC-specific language extension.
Index: listview.c =================================================================== RCS file: /home/wine/wine/dlls/comctl32/listview.c,v retrieving revision 1.224 diff -u -3 -p -r1.224 listview.c --- listview.c 11 Oct 2002 23:34:32 -0000 1.224 +++ listview.c 14 Oct 2002 20:04:57 -0000 @@ -4467,6 +4467,7 @@ static LRESULT LISTVIEW_GetColumnWidth(L break; default: /* we don't have a 'column' in [SMALL]ICON mode */ + ; Warum nicht einfach ein break; ? Sieht irgendwie "korrekter" aus...
8467
Age (days ago)
8467
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andreas Mohr