PATCH: dlls/comctl32/listview.c

Gerald Pfeifer pfeifer at dbai.tuwien.ac.at
Mon Oct 14 15:09:12 CDT 2002


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);




More information about the wine-patches mailing list