From 3be6aea994eedf64a709fc9c082d2e37ddab7f89 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 14 Sep 2002 15:00:49 +0000 Subject: [PATCH] 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 --- src/unix/utilsunx.cpp | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.50.0