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 */ + ; } TRACE("nColumnWidth=%d\n", nColumnWidth);