#ifndef _WX_IMAGLIST_H_BASE_
#define _WX_IMAGLIST_H_BASE_
+#include "wx/defs.h"
+
/*
* wxImageList is used for wxListCtrl, wxTreeCtrl. These controls refer to
* images for their items by an index into an image list.
#elif defined(__WXMSW__)
#include "wx/msw/imaglist.h"
#elif defined(__WXMAC__)
- #include "wx/mac/imaglist.h"
+ #include "wx/osx/imaglist.h"
#endif
#endif // _WX_IMAGLIST_H_BASE_