-bool wxGetUserId(wxChar *WXUNUSED(buf), int WXUNUSED(sz))
-{
- wxFAIL_MSG( wxT("wxGetUserId not implemented under MS-DOS!") );
- return FALSE;
-}
-
-bool wxGetUserName(wxChar *WXUNUSED(buf), int WXUNUSED(sz))
-{
- wxFAIL_MSG( wxT("wxGetUserName not implemented under MS-DOS!") );
- return FALSE;
-}
-
-bool wxGetHostName(wxChar *WXUNUSED(buf), int WXUNUSED(sz))
-{
- wxFAIL_MSG( wxT("wxGetHostName not implemented under MS-DOS!") );
- return FALSE;
-}
-
-bool wxGetFullHostName(wxChar *WXUNUSED(buf), int WXUNUSED(sz))
-{
- wxFAIL_MSG( wxT("wxGetFullHostName not implemented under MS-DOS!") );
- return FALSE;
-}
-
-int wxKill(long WXUNUSED(pid), wxSignal WXUNUSED(sig), wxKillError *WXUNUSED(rc))
-{
- wxFAIL_MSG( wxT("wxKill not implemented under MS-DOS!") );
- return 0;
-}
-
-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(char **WXUNUSED(argv), int WXUNUSED(flags), wxProcess *WXUNUSED(process))
-{
- wxFAIL_MSG( wxT("wxExecute not implemented under MS-DOS!") );
- return 0;
-}
-
-
-#endif
-