use LVS_EX_LABELTIP by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-04-06 00:32:02 +00:00
parent f5e93b3586
commit 16a0ccd009
2 changed files with 7 additions and 3 deletions

View File

@@ -28,6 +28,10 @@
#define LVS_EX_FULLROWSELECT 0x00000020
#endif
#ifndef LVS_EX_LABELTIP
#define LVS_EX_LABELTIP 0x00004000
#endif
#ifndef LVS_OWNERDATA
#define LVS_OWNERDATA 0x1000
#endif