]>
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 JS |
9 | #include "wx/gtk/tbarmsw.h" |
10 | #endif | |
11 | ||
12 | #endif | |
34138703 | 13 | // _WX_TBARMSW_H_BASE_ |