]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/msgdlg.h
file with DoMessage() declaration (which I forgot to commit ages ago)
[wxWidgets.git] / include / wx / msw / msgdlg.h
index eeccdf6c91b02fff763aff7a4f79fb27fe47cf28..6732bf7adddffc737313af2dcee6a684b3f849b9 100644 (file)
@@ -6,13 +6,13 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MSGBOXDLG_H_
 #define _WX_MSGBOXDLG_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "msgdlg.h"
 #endif
 
@@ -38,6 +38,8 @@ public:
         long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition);
 
     int ShowModal(void);
+
+    DECLARE_NO_COPY_CLASS(wxMessageDialog)
 };