34138703 JS |
1 | #ifndef _WX_IMAGLIST_H_BASE_ |
2 | #define _WX_IMAGLIST_H_BASE_ |
c801d85f |
3 | |
98c91948 |
4 | #if defined(__WIN32__) |
b54e41c5 |
5 | #include "wx/msw/imaglist.h" |
1e6d9499 |
6 | #else |
b54e41c5 |
7 | #include "wx/generic/imaglist.h" |
c801d85f KB |
8 | #endif |
9 | |
10 | #endif |
34138703 |
11 | // _WX_IMAGLIST_H_BASE_ |