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:
Robert Roebling 2002-09-14 15:00:49 +00:00
parent 29ee95e8bc
commit 3be6aea994

View File

@ -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;