mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
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>.
This commit is contained in:
parent
35d597a593
commit
3589c421a9
@ -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>
|
2008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||||
|
|
||||||
* include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
|
* include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
|
||||||
|
@ -2855,6 +2855,13 @@ typedef REBARBANDINFOW const *LPCREBARBANDINFOW;
|
|||||||
#define REBARBANDINFOA_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOA,wID)
|
#define REBARBANDINFOA_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOA,wID)
|
||||||
#define REBARBANDINFOW_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOW, wID)
|
#define REBARBANDINFOW_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOW, wID)
|
||||||
#if (_WIN32_IE >= 0x0300)
|
#if (_WIN32_IE >= 0x0300)
|
||||||
|
typedef struct tagNMLVODSTATECHANGE {
|
||||||
|
NMHDR hdr;
|
||||||
|
int iFrom;
|
||||||
|
int iTo;
|
||||||
|
UINT uNewState;
|
||||||
|
UINT uOldState;
|
||||||
|
} NMLVODSTATECHANGE, *LPNMLVODSTATECHANGE;
|
||||||
typedef struct tagIMAGELISTDRAWPARAMS {
|
typedef struct tagIMAGELISTDRAWPARAMS {
|
||||||
DWORD cbSize;
|
DWORD cbSize;
|
||||||
HIMAGELIST himl;
|
HIMAGELIST himl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user