2008-08-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/commctrl.h (LVN_MARQUEEBEGIN): Define.

        Thanks to Tim Kosse <botg at users dot sf dot net>.
This commit is contained in:
Chris Sutcliffe 2008-08-22 23:54:47 +00:00
parent 5f8dcee09f
commit 41e29fbdcf
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-08-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/commctrl.h (LVN_MARQUEEBEGIN): Define.
Thanks to Tim Kosse <botg at users dot sf dot net>.
2008-08-22 Bo Yang <techrazy@users.sourceforge.net>
* include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,

View File

@ -1228,6 +1228,7 @@ extern "C" {
#define LVN_SETDISPINFOW (LVN_FIRST-78)
#define LVN_KEYDOWN (LVN_FIRST-55)
#if (_WIN32_IE >= 0x0400)
#define LVN_MARQUEEBEGIN (LVN_FIRST-56)
#define LVN_GETINFOTIPA (LVN_FIRST-57)
#define LVN_GETINFOTIPW (LVN_FIRST-58)
#define LVKF_ALT 0x0001