]> sourceware.org Git - newlib-cygwin.git/commitdiff
2008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Thu, 29 May 2008 01:39:52 +0000 (01:39 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Thu, 29 May 2008 01:39:52 +0000 (01:39 +0000)
        * include/commctrl.h (NMLVODSTATECHANGE): Define.

        Thanks to Tim Kosse <botg at users dot sf dot net>.

winsup/w32api/ChangeLog
winsup/w32api/include/commctrl.h

index 7cd8aec83fedd0d9fa941104646a3be5da8e0c8d..fae246597eeb4b166a0f3483366a0d09dea819f1 100644 (file)
@@ -1,3 +1,9 @@
+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.
index e5bc46192f737c7583c168796bfc1da95cd5cc11..5e5cdbd866aeb7d5227b0ad230e0921d4e0a9e69 100644 (file)
@@ -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;
This page took 0.043288 seconds and 5 git commands to generate.