DMC missing value.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
03a62a0ccb
commit
aec2635825
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,10 @@
|
|||
// Needed by listctrl.cpp
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#ifndef LVS_EX_FULLROWSELECT
|
||||
#define LVS_EX_FULLROWSELECT 0x00000020
|
||||
#endif
|
||||
|
||||
#ifndef LVS_EX_LABELTIP
|
||||
#define LVS_EX_LABELTIP 0x00004000
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue