This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] w32api fixes commctrl.h listview


A simple patch. My application was misbehaving only when built with
mingw. It turned out that this incorrect header value was at fault. I
am also submitting this patch to the mingw patch tracker on
sourceforge.

Does anyone have an estimate on how long these patches take to be
incorporated into the main repository?


Index: include/commctrl.h
===================================================================
RCS file: /cvs/src/src/winsup/w32api/include/commctrl.h,v
retrieving revision 1.66
diff -r1.66 commctrl.h
1059c1059
< #define LVIF_COLUMNS 256
---
> #define LVIF_COLUMNS 512
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/winsup/w32api/ChangeLog,v
retrieving revision 1.986
diff -r1.986 ChangeLog
0a1,4
> 2009-02-24  Michael James  <james.me@gmail.com>
>
>       * include/commctrl.h (LVIF_COLUMNS): Fix definition.
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]