]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/utilsexc.cpp
Make wxr resources work in Unicode mode.
[wxWidgets.git] / src / mac / carbon / utilsexc.cpp
index 699008b38b885ef5d60aaef6a49a932cf51f52ef..d6553a7531900effcefe029fcb4c832c2c7e6a02 100644 (file)
@@ -28,6 +28,7 @@
 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, int flags, wxProcess *handler)
 #ifdef __DARWIN__
 int wxAddProcessCallback(wxEndProcessData *proc_data, int fd)
 {
-   wxFAIL_MSG( _T("wxAddProcessCallback() function not yet implemented") );
+   wxFAIL_MSG( _T("wxAddProcessCallback() not yet implemented") );
    return 0;
 }
 #endif