]>
git.saurik.com Git - wxWidgets.git/blob - src/stubs/utilsexc.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Execution-related utilities
8 // Copyright: (c) AUTHOR
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
13 #pragma implementation
22 #define wxEXECUTE_WIN_MESSAGE 10000
24 long wxExecute(const wxString
& command
, bool sync
, wxProcess
*handler
)