]>
Commit | Line | Data |
---|---|---|
1 | #ifndef _WX_TBARMSW_H_BASE_ | |
2 | #define _WX_TBARMSW_H_BASE_ | |
3 | ||
4 | #if defined(__WXMSW__) | |
5 | #include "wx/msw/tbarmsw.h" | |
6 | #elif defined(__WXMOTIF__) | |
7 | #include "wx/motif/tbarmsw.h" | |
8 | #elif defined(__WXGTK__) | |
9 | #include "wx/gtk/tbarmsw.h" | |
10 | #elif defined(__WXPM__) | |
11 | #include "wx/os2/tbarmsw.h" | |
12 | #endif | |
13 | ||
14 | #endif | |
15 | // _WX_TBARMSW_H_BASE_ |