#define _WX_PLATFORM_H_
+
/*
Codewarrior doesn't define any Windows symbols until some headers
are included
# include <TargetConditionals.h>
# include <AvailabilityMacros.h>
# include "wx/osx/config_xcode.h"
+# ifndef __WXOSX__
+# define __WXOSX__ 1
+# endif
+# ifndef __WXMAC__
+# define __WXMAC__ 1
+# endif
#endif
/*
#include "wx/setup_gccxml.h"
#endif
+/*
+ Convenience for any optional classes that use the wxAnyButton base class.
+ */
+#if wxUSE_TOGGLEBTN || wxUSE_BUTTON
+ #define wxHAS_ANY_BUTTON
+#endif
+
/*
Hardware platform detection.