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