git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57218
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif // defined __VISUALC__ && __VISUALC__ <= 1100
// ----------------------------------------------------------------------------
#endif // defined __VISUALC__ && __VISUALC__ <= 1100
// ----------------------------------------------------------------------------
-// ListView common control
-// Needed by listctrl.cpp
+// definitions related to ListView and Header common controls, needed by
+// msw/listctrl.cpp and msw/headerctrl.cpp
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
+#ifndef I_IMAGENONE
+ #define I_IMAGENONE (-2)
+#endif
+
#ifndef LVS_EX_FULLROWSELECT
#define LVS_EX_FULLROWSELECT 0x00000020
#endif
#ifndef LVS_EX_FULLROWSELECT
#define LVS_EX_FULLROWSELECT 0x00000020
#endif