updated wxMGL's wxExecute signatures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
802e3a187b
commit
0280ab6e8e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user