X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2afb9e169048b77a41c63b4f4eea3b10daee641a..da52a4e023e73c2922f63d95026816a624695559:/include/wx/msgdlg.h?ds=sidebyside diff --git a/include/wx/msgdlg.h b/include/wx/msgdlg.h index 6f48c11f2b..60493ecb7c 100644 --- a/include/wx/msgdlg.h +++ b/include/wx/msgdlg.h @@ -18,7 +18,7 @@ #include "wx/dialog.h" -WXDLLEXPORT_DATA(extern const wxChar) wxMessageBoxCaptionStr[]; +WXDLLEXPORT_DATA(extern const char) wxMessageBoxCaptionStr[]; class WXDLLEXPORT wxMessageDialogBase : public wxDialog { @@ -111,11 +111,12 @@ protected: #if defined(__WX_COMPILING_MSGDLGG_CPP__) || \ defined(__WXUNIVERSAL__) || defined(__WXGPE__) || \ - defined(__WXCOCOA__) || \ (defined(__WXGTK__) && !defined(__WXGTK20__)) #include "wx/generic/msgdlgg.h" #define wxMessageDialog wxGenericMessageDialog +#elif defined(__WXCOCOA__) + #include "wx/cocoa/msgdlg.h" #elif defined(__WXPALMOS__) #include "wx/palmos/msgdlg.h" #elif defined(__WXMSW__)