X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5c6eb5c178b44f4400495e06274ffd130635190..baaae89f09ece7ab8a17570ee535683b9d14aeda:/src/mac/carbon/utilsexc.cpp diff --git a/src/mac/carbon/utilsexc.cpp b/src/mac/carbon/utilsexc.cpp index 3b4903212c..699008b38b 100644 --- a/src/mac/carbon/utilsexc.cpp +++ b/src/mac/carbon/utilsexc.cpp @@ -25,7 +25,7 @@ #ifndef __DARWIN__ #define wxEXECUTE_WIN_MESSAGE 10000 -long wxExecute(const wxString& command, bool sync, wxProcess *handler) +long wxExecute(const wxString& command, int flags, wxProcess *handler) { // TODO return 0; @@ -35,7 +35,7 @@ long wxExecute(const wxString& command, bool sync, wxProcess *handler) #ifdef __DARWIN__ int wxAddProcessCallback(wxEndProcessData *proc_data, int fd) { - wxFAIL_MSG(wxT("wxAddProcessCallback() function not ready")); + wxFAIL_MSG( _T("wxAddProcessCallback() function not yet implemented") ); return 0; } #endif