#include "wx/event.h"
#include "wx/app.h"
#include "wx/utils.h"
+ #include "wx/timer.h"
#endif // !PCH
-#include "wx/timer.h"
#include "wx/filefn.h"
#include "wx/ffile.h"
#include "wx/process.h"
}
else // failed to connect
{
+#ifdef ENETUNREACH
if(errno == ENETUNREACH)
return Net_No; // network is unreachable
else
+#endif
return Net_Unknown; // connect failed, but don't know why
}
}