X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/530ecef01f7e33c2ec1b8b1ad8025484709bef1d..94e0018723919fe2ca2f5b5f0a42804c16dbf3a1:/src/palmos/utilsexc.cpp?ds=sidebyside diff --git a/src/palmos/utilsexc.cpp b/src/palmos/utilsexc.cpp index 35be0f4752..2d224edacb 100644 --- a/src/palmos/utilsexc.cpp +++ b/src/palmos/utilsexc.cpp @@ -32,14 +32,13 @@ #if wxUSE_STREAMS #include "wx/stream.h" #endif + #include "wx/module.h" #endif #include "wx/process.h" #include "wx/apptrait.h" -#include "wx/module.h" - #include #include @@ -88,12 +87,14 @@ static bool wxExecuteDDE(const wxString& ddeServer, #endif // wxUSE_IPC -long wxExecute(const wxString& cmd, int flags, wxProcess *handler) +long wxExecute(const wxString& cmd, int flags, wxProcess *handler, + const wxExecuteEnv *env) { return 0; } -long wxExecute(wxChar **argv, int flags, wxProcess *handler) +long wxExecute(wxChar **argv, int flags, wxProcess *handler, + const wxExecuteEnv *env) { return 0; }