mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-23 06:57:05 +00:00
Moved select_s() to Makefile.dj since select() is used in applications.
This commit is contained in:
@ -34,7 +34,6 @@
|
||||
#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