]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/msgdlg.h
fixed default button handling: don't keep BS_DEFPUSHBUTTON style when the app loses...
[wxWidgets.git] / include / wx / msw / msgdlg.h
index 43093a234f9de8ecbe024aaac6be42447f92f385..eeccdf6c91b02fff763aff7a4f79fb27fe47cf28 100644 (file)
@@ -41,9 +41,5 @@ public:
 };
 
 
-int WXDLLEXPORT wxMessageBox(const wxString& message, const wxString& caption = wxMessageBoxCaptionStr,
-  long style = wxOK|wxCENTRE,
-  wxWindow *parent = NULL, int x = -1, int y = -1);
-
 #endif
     // _WX_MSGBOXDLG_H_