#include "wx/msw/private.h" // includes windows.h for MessageBox()
#endif
+#if defined(__WXMAC__)
+ #include "wx/mac/private.h" // includes mac headers
+#endif
+
// ===========================================================================
// implementation
// ===========================================================================
#endif // wxUSE_GUI
}
+wxAppBase::~wxAppBase()
+{
+ // this destructor is required for Darwin
+}
+
#if wxUSE_GUI
bool wxAppBase::OnInitGui()
{