34138703 JS |
1 | #ifndef _WX_CHOICDLG_H_BASE_ |
2 | #define _WX_CHOICDLG_H_BASE_ |
c801d85f |
3 | |
57dde4bd RR |
4 | #ifdef __WXGTK__ |
5 | #include "wx/gtk/choicdlg.h" |
6 | #else |
c801d85f |
7 | #include "wx/generic/choicdgg.h" |
57dde4bd |
8 | #endif |
c801d85f KB |
9 | |
10 | #endif |
34138703 |
11 | // _WX_CHOICDLG_H_BASE_ |