aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/include
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-05-29 01:39:52 +0000
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-05-29 01:39:52 +0000
commit3589c421a9561767c55ae73cfd62aebb2a200b11 (patch)
treec0e0750a66444dd870d9b5da68b5e708cdfe7765 /winsup/w32api/include
parent35d597a593842c0c5a1bb418e45a893b0999b5af (diff)
downloadnewlib-3589c421a9561767c55ae73cfd62aebb2a200b11.zip
newlib-3589c421a9561767c55ae73cfd62aebb2a200b11.tar.gz
newlib-3589c421a9561767c55ae73cfd62aebb2a200b11.tar.bz2
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/w32api/include')
-rw-r--r--winsup/w32api/include/commctrl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h
index e5bc461..5e5cdbd 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;