Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-05-29 05:39:52 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-05-29 05:39:52 +0400
commit3589c421a9561767c55ae73cfd62aebb2a200b11 (patch)
treec0e0750a66444dd870d9b5da68b5e708cdfe7765 /winsup
parent35d597a593842c0c5a1bb418e45a893b0999b5af (diff)
2008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/commctrl.h (NMLVODSTATECHANGE): Define. Thanks to Tim Kosse <botg at users dot sf dot net>.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/include/commctrl.h7
2 files changed, 13 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 7cd8aec83..fae246597 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,11 @@
2008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>
+ * include/commctrl.h (NMLVODSTATECHANGE): Define.
+
+ Thanks to Tim Kosse <botg at users dot sf dot net>.
+
+2008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>
+
* include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h
index e5bc46192..5e5cdbd86 100644
--- a/winsup/w32api/include/commctrl.h
+++ b/winsup/w32api/include/commctrl.h
@@ -2855,6 +2855,13 @@ typedef REBARBANDINFOW const *LPCREBARBANDINFOW;
#define REBARBANDINFOA_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOA,wID)
#define REBARBANDINFOW_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOW, wID)
#if (_WIN32_IE >= 0x0300)
+typedef struct tagNMLVODSTATECHANGE {
+ NMHDR hdr;
+ int iFrom;
+ int iTo;
+ UINT uNewState;
+ UINT uOldState;
+} NMLVODSTATECHANGE, *LPNMLVODSTATECHANGE;
typedef struct tagIMAGELISTDRAWPARAMS {
DWORD cbSize;
HIMAGELIST himl;