(If you want them in the code, please also include iostream.h).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5409
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/os2/private.h"
#define PURE_32
#include "wx/os2/private.h"
#define PURE_32
#include <upm.h>
#include <netcons.h>
#include <netbios.h>
#include <upm.h>
#include <netcons.h>
#include <netbios.h>
+#ifdef __EMX__
+#include <dirent.h>
+#else
#include <sys/stat.h>
#include <io.h>
#include <sys/stat.h>
#include <io.h>
#include <errno.h>
#include <stdarg.h>
#include <errno.h>
#include <stdarg.h>
// this message is sent when the process we're waiting for terminates
#define wxWM_PROC_TERMINATED (WM_USER + 10000)
// this message is sent when the process we're waiting for terminates
#define wxWM_PROC_TERMINATED (WM_USER + 10000)
public:
~wxExecuteData()
{
public:
~wxExecuteData()
{
- cout << "Closing thread: " << endl;
+// cout << "Closing thread: " << endl;
DosExit(EXIT_PROCESS, 0);
}
DosExit(EXIT_PROCESS, 0);
}
ULONG ulRc;
PID vPidChild;
ULONG ulRc;
PID vPidChild;
- cout << "Executing thread: " << endl;
+// cout << "Executing thread: " << endl;
ulRc = ::DosWaitChild( DCWA_PROCESSTREE
,DCWW_NOWAIT
ulRc = ::DosWaitChild( DCWA_PROCESSTREE
,DCWW_NOWAIT
{
if (rCommand.IsEmpty())
{
{
if (rCommand.IsEmpty())
{
- cout << "empty command in wxExecute." << endl;
+// cout << "empty command in wxExecute." << endl;
wxLogSysError(_("Execution of command '%s' failed with error: %ul"), rCommand.c_str(), rc);
return 0;
}
wxLogSysError(_("Execution of command '%s' failed with error: %ul"), rCommand.c_str(), rc);
return 0;
}
- cout << "Executing: " << rCommand.c_str() << endl;
+// cout << "Executing: " << rCommand.c_str() << endl;
// Alloc data
wxExecuteData* pData = new wxExecuteData;
// Alloc data
wxExecuteData* pData = new wxExecuteData;