git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41285
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define wxIMAGELIST_DRAW_SELECTED 0x0004
#define wxIMAGELIST_DRAW_FOCUSED 0x0008
+#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
+ #include "wx/generic/imaglist.h"
+#endif
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/imaglist.h"
#elif defined(__WXMAC_CARBON__)
#include "wx/mac/imaglist.h"
-#else
- #include "wx/generic/imaglist.h"
#endif
#endif
// include the wxListCtrl class declaration
// ----------------------------------------------------------------------------
+#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
+ #include "wx/generic/listctrl.h"
+#endif
+
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/listctrl.h"
#elif defined(__WXMAC__)
#include "wx/mac/carbon/listctrl.h"
-#else
- #include "wx/generic/listctrl.h"
#endif
// ----------------------------------------------------------------------------