]>
Commit | Line | Data |
---|---|---|
34138703 JS |
1 | #ifndef _WX_IMAGLIST_H_BASE_ |
2 | #define _WX_IMAGLIST_H_BASE_ | |
c801d85f | 3 | |
3e6e2754 JS |
4 | #if defined(__WXUNIVERSAL__) |
5 | #include "wx/generic/imaglist.h" | |
6 | #elif defined(__WXMSW__) | |
7 | #if defined(__WIN16__) | |
1e6d9499 JS |
8 | #include "wx/generic/imaglist.h" |
9 | #else | |
c801d85f | 10 | #include "wx/msw/imaglist.h" |
1e6d9499 | 11 | #endif |
2049ba38 | 12 | #elif defined(__WXMOTIF__) |
c801d85f | 13 | #include "wx/generic/imaglist.h" |
2049ba38 | 14 | #elif defined(__WXGTK__) |
c801d85f | 15 | #include "wx/generic/imaglist.h" |
b4e76e0d RR |
16 | #elif defined(__WXQT__) |
17 | #include "wx/generic/imaglist.h" | |
34138703 JS |
18 | #elif defined(__WXMAC__) |
19 | #include "wx/generic/imaglist.h" | |
1777b9bb DW |
20 | #elif defined(__WXPM__) |
21 | #include "wx/generic/imaglist.h" | |
34138703 JS |
22 | #elif defined(__WXSTUBS__) |
23 | #include "wx/generic/imaglist.h" | |
c801d85f KB |
24 | #endif |
25 | ||
26 | #endif | |
34138703 | 27 | // _WX_IMAGLIST_H_BASE_ |