mirror of
https://github.com/curl/curl.git
synced 2026-08-01 12:28:03 +03:00
I changed my mind. Remove ioctl() macro in setup.h instead.
This commit is contained in:
parent
f0e66d8c76
commit
d85bc18178
4 changed files with 10 additions and 11 deletions
|
|
@ -208,7 +208,6 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
|
|||
#define sread(x,y,z) read_s(x,y,z)
|
||||
#define swrite(x,y,z) write_s(x,y,z)
|
||||
#define select(n,r,w,x,t) select_s(n,r,w,x,t)
|
||||
#define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z))
|
||||
#define IOCTL_3_ARGS
|
||||
#include <tcp.h>
|
||||
#ifdef word
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue