public:
// construction
wxFrameBase();
-#ifdef __DARWIN__
- virtual ~wxFrameBase() { }
-#endif
+ virtual ~wxFrameBase();
wxFrame *New(wxWindow *parent,
wxWindowID id,
};
// include the real class declaration
-#ifdef __WXUNIVERSAL__
+#if defined(__WXUNIVERSAL__) // && !defined(__WXMICROWIN__)
#include "wx/univ/frame.h"
#else // !__WXUNIVERSAL__
#if defined(__WXMSW__)