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:
Stefan Neis 2000-01-23 18:14:43 +00:00
parent eca370a9cf
commit 521ccc1bc6

View File

@ -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 *,