git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30049
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_error = GSOCK_IOERR;
return GSOCK_IOERR;
}
m_error = GSOCK_IOERR;
return GSOCK_IOERR;
}
-#if defined(__EMX__) || defined(__VISAGECPP__)
- ioctl(m_fd, FIONBIO, (char*)&arg, sizeof(arg));
-#else
ioctl(m_fd, FIONBIO, &arg);
ioctl(m_fd, FIONBIO, &arg);
gs_gui_functions->Enable_Events(this);
/* allow a socket to re-bind if the socket is in the TIME_WAIT
gs_gui_functions->Enable_Events(this);
/* allow a socket to re-bind if the socket is in the TIME_WAIT