git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5615
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include <sys\socket.h>
#include <sys\ioctl.h>
#include <sys\select.h>
#include <sys\socket.h>
#include <sys\ioctl.h>
#include <sys\select.h>
+#ifdef __EMX__
+#define soclose(a) close(a)
+#else
#define select(a,b,c,d,e) bsdselect(a,b,c,d,e)
int _System bsdselect(int,
struct fd_set *,
#define select(a,b,c,d,e) bsdselect(a,b,c,d,e)
int _System bsdselect(int,
struct fd_set *,