X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5c6eb5c178b44f4400495e06274ffd130635190..7379599933e8db2dc319bd5240b4992687db4e46:/src/mac/carbon/utilsexc.cpp diff --git a/src/mac/carbon/utilsexc.cpp b/src/mac/carbon/utilsexc.cpp index 3b4903212c..d6553a7531 100644 --- a/src/mac/carbon/utilsexc.cpp +++ b/src/mac/carbon/utilsexc.cpp @@ -25,9 +25,10 @@ #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 + wxFAIL_MSG( _T("wxExecute() not yet implemented") ); return 0; } #endif @@ -35,7 +36,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() not yet implemented") ); return 0; } #endif