]>
Commit | Line | Data |
---|---|---|
10b959e3 JS |
1 | #ifndef __TBAR95H_BASE__ |
2 | #define __TBAR95H_BASE__ | |
3 | ||
2049ba38 | 4 | #if defined(__WXMSW__) |
10b959e3 | 5 | #include "wx/msw/tbar95.h" |
2049ba38 | 6 | #elif defined(__WXMOTIF__) |
10b959e3 | 7 | #include "wx/xt/tbar95.h" |
2049ba38 | 8 | #elif defined(__WXGTK__) |
10b959e3 JS |
9 | #include "wx/gtk/tbar95.h" |
10 | #endif | |
11 | ||
12 | #endif | |
13 | // __TBAR95H_BASE__ |