Added #define for soclose on EMX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
eca370a9cf
commit
521ccc1bc6
@ -42,7 +42,9 @@
|
||||
#include <sys\socket.h>
|
||||
#include <sys\ioctl.h>
|
||||
#include <sys\select.h>
|
||||
#ifndef __EMX__
|
||||
#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 *,
|
||||
|
Loading…
Reference in New Issue
Block a user