#ifndef __MSGDLG_H__
#define __MSGDLG_H__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "msgdlg.h"
#endif
wxString m_caption;
wxString m_message;
long m_dialogStyle;
- wxWindow *m_parent;
DECLARE_DYNAMIC_CLASS(wxMessageDialog)
};