2010-07-20 Ozkan Sezer <sezero@users.sourceforge.net>

* include/commctrl.h (LVIF_GROUPID): Fix definition.

2010-07-20  Michael James  <james.me@gmail.com>

        * include/commctrl.h (LVIF_COLUMNS): Fix definition.
This commit is contained in:
Chris Sutcliffe 2010-07-20 18:17:52 +00:00
parent c5a16c43f3
commit cfdaf5654c
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2010-07-20 Ozkan Sezer <sezero@users.sourceforge.net>
* include/commctrl.h (LVIF_GROUPID): Fix definition.
2010-07-20 Michael James <james.me@gmail.com>
* include/commctrl.h (LVIF_COLUMNS): Fix definition.
2010-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct

View File

@ -1055,8 +1055,8 @@ extern "C" {
#define LVIF_NORECOMPUTE 2048
#endif
#if (_WIN32_WINNT >= 0x0501)
#define LVIF_GROUPID 128
#define LVIF_COLUMNS 256
#define LVIF_GROUPID 256
#define LVIF_COLUMNS 512
#endif
#define LVIS_FOCUSED 1
#define LVIS_SELECTED 2