]>
Commit | Line | Data |
---|---|---|
34138703 JS |
1 | #ifndef _WX_IMAGLIST_H_BASE_ |
2 | #define _WX_IMAGLIST_H_BASE_ | |
c801d85f | 3 | |
b31989e2 | 4 | #if defined(__WIN32__) && !defined(__WXUNIVERSAL__) |
b54e41c5 | 5 | #include "wx/msw/imaglist.h" |
b31989e2 JS |
6 | #else |
7 | #include "wx/generic/imaglist.h" | |
c801d85f KB |
8 | #endif |
9 | ||
10 | #endif | |
34138703 | 11 | // _WX_IMAGLIST_H_BASE_ |