]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsexc.cpp
Added USE_CONFIG
[wxWidgets.git] / src / msw / utilsexc.cpp
index 6ff8518ec4dc0891f8b464c81b84d8a3694f0333..cfd23a7f25af9625ca0dcd97c48cbb856d32ec29 100644 (file)
@@ -26,6 +26,7 @@
 #include "wx/app.h"
 #endif
 
+#include "wx/log.h"
 #include "wx/msw/private.h"
 #include <windows.h>
 
@@ -144,6 +145,8 @@ long wxExecute(const wxString& command, bool sync, wxProcess *handler)
 
   if (((long)result) <= 32) {
    free(cl);
+
+   wxLogSysError(_("Can't execute command '%s'"), command.c_str());
    return 0;
   }