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