| 1 | #ifndef _WX_COMBOBOX_H_BASE_ |
| 2 | #define _WX_COMBOBOX_H_BASE_ |
| 3 | |
| 4 | #if defined(__WXMSW__) |
| 5 | #include "wx/msw/combobox.h" |
| 6 | #elif defined(__WXMOTIF__) |
| 7 | #include "wx/motif/combobox.h" |
| 8 | #elif defined(__WXGTK__) |
| 9 | #include "wx/gtk/combobox.h" |
| 10 | #elif defined(__WXQT__) |
| 11 | #include "wx/qt/combobox.h" |
| 12 | #elif defined(__WXMAC__) |
| 13 | #include "wx/mac/combobox.h" |
| 14 | #elif defined(__WXPM__) |
| 15 | #include "wx/os2/combobox.h" |
| 16 | #elif defined(__WXSTUBS__) |
| 17 | #include "wx/stubs/combobox.h" |
| 18 | #endif |
| 19 | |
| 20 | #endif |
| 21 | // _WX_COMBOBOX_H_BASE_ |