#include "wx/defs.h"
#include "wx/object.h"
+#ifdef __WXMAC__
+#include "wx/imaglist.h"
+#else
#include "wx/generic/imaglist.h"
+#endif
#include "wx/control.h"
#include "wx/timer.h"
void ResizeReportView(bool showHeader);
DECLARE_EVENT_TABLE()
- DECLARE_DYNAMIC_CLASS(wxGenericListCtrl);
+ DECLARE_DYNAMIC_CLASS(wxGenericListCtrl)
};
#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)