mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-03-20 22:41:10 +00:00
Added definition of select() for Watt32.
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
#undef closesocket
|
||||
#define closesocket(s) close_s(s)
|
||||
#define writev(s,v,c) writev_s(s,v,c)
|
||||
#define select(n,r,w,x,t) select_s(n,r,w,x,t)
|
||||
#endif
|
||||
|
||||
#ifdef NETWARE
|
||||
|
||||
Reference in New Issue
Block a user