]>
Commit | Line | Data |
---|---|---|
1 | #ifndef _WX_IMAGLIST_H_BASE_ | |
2 | #define _WX_IMAGLIST_H_BASE_ | |
3 | ||
4 | #if defined(__WIN32__) && !defined(__WXUNIVERSAL__) | |
5 | #include "wx/msw/imaglist.h" | |
6 | #elif defined(__WXMAC_CARBON__) | |
7 | #include "wx/mac/imaglist.h" | |
8 | #else | |
9 | #include "wx/generic/imaglist.h" | |
10 | #endif | |
11 | ||
12 | #endif | |
13 | // _WX_IMAGLIST_H_BASE_ |