From: Robert Roebling Date: Sat, 14 Sep 2002 15:00:49 +0000 (+0000) Subject: Enable execute code for Unicode. This also makes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3be6aea994eedf64a709fc9c082d2e37ddab7f89 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 --- diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 4cb88a61b9..445f88b9fa 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -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;