From 0280ab6e8edc09e1c41ae1f23887f4f4dd0706e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 7 Jun 2002 17:56:15 +0000 Subject: [PATCH] updated wxMGL's wxExecute signatures git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mgl/utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mgl/utils.cpp b/src/mgl/utils.cpp index 34930515df..c6e0332746 100644 --- a/src/mgl/utils.cpp +++ b/src/mgl/utils.cpp @@ -146,13 +146,13 @@ int wxKill(long WXUNUSED(pid), wxSignal WXUNUSED(sig), wxKillError *WXUNUSED(rc) return 0; } -long wxExecute(const wxString& WXUNUSED(command), bool WXUNUSED(sync), wxProcess *WXUNUSED(process)) +long wxExecute(const wxString& WXUNUSED(command), int WXUNUSED(flags), wxProcess *WXUNUSED(process)) { wxFAIL_MSG( wxT("wxExecute not implemented under MS-DOS!") ); return 0; } -long wxExecute(wxChar **WXUNUSED(argv), bool WXUNUSED(sync), wxProcess *WXUNUSED(process)) +long wxExecute(char **WXUNUSED(argv), int WXUNUSED(flags), wxProcess *WXUNUSED(process)) { wxFAIL_MSG( wxT("wxExecute not implemented under MS-DOS!") ); return 0; -- 2.50.0