Enable execute code for Unicode. This also makes
printing to the printer work in Unicode mode. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
29ee95e8bc
commit
3be6aea994
@ -253,11 +253,7 @@ long wxExecute( const wxString& command, int flags, wxProcess *process )
|
||||
argv[argc] = NULL;
|
||||
|
||||
// do execute the command
|
||||
#if wxUSE_UNICODE
|
||||
long lRc = -1;
|
||||
#else
|
||||
long lRc = wxExecute(argv, flags, process);
|
||||
#endif
|
||||
|
||||
// clean up
|
||||
argc = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user