Updates to match recent CVS changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -806,9 +806,16 @@ public:
|
||||
};
|
||||
|
||||
|
||||
enum {
|
||||
wxEXEC_ASYNC = 0, // execute the process asynchronously
|
||||
wxEXEC_SYNC = 1, // synchronously
|
||||
wxEXEC_NOHIDE = 2 // under Windows, don't hide the child even if it's
|
||||
// IO is redirected (this is done by default)
|
||||
};
|
||||
|
||||
|
||||
long wxExecute(const wxString& command,
|
||||
int sync = FALSE,
|
||||
int flags = wxEXEC_ASYNC,
|
||||
wxPyProcess *process = NULL);
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user