define I_IMAGENONE now that we use it, at least VC6 doesn't have it (thanks buildbot)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -211,10 +211,14 @@ typedef struct wxtagNMLVCUSTOMDRAW_ {
|
|||||||
#endif // defined __VISUALC__ && __VISUALC__ <= 1100
|
#endif // defined __VISUALC__ && __VISUALC__ <= 1100
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// ListView common control
|
// definitions related to ListView and Header common controls, needed by
|
||||||
// Needed by listctrl.cpp
|
// msw/listctrl.cpp and msw/headerctrl.cpp
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#ifndef I_IMAGENONE
|
||||||
|
#define I_IMAGENONE (-2)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef LVS_EX_FULLROWSELECT
|
#ifndef LVS_EX_FULLROWSELECT
|
||||||
#define LVS_EX_FULLROWSELECT 0x00000020
|
#define LVS_EX_FULLROWSELECT 0x00000020
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user