#pragma interface "choicebase.h"
#endif
+#if wxUSE_CHOICE
+
#include "wx/ctrlsub.h" // the base class
// ----------------------------------------------------------------------------
{
public:
// all generic methods are in wxControlWithItems
-#ifdef __WXMAC_X__
+#ifdef __DARWIN__
virtual ~wxChoiceBase() {}
#endif
#include "wx/stubs/choice.h"
#endif
+#endif // wxUSE_CHOICE
+
#endif
// _WX_CHOICE_H_BASE_