mirror of
https://github.com/curl/curl.git
synced 2026-07-30 22:18:04 +03:00
if2ip.c related preprocessor cleanup
This commit is contained in:
parent
ecd3251542
commit
608fdce0a0
6 changed files with 45 additions and 92 deletions
|
|
@ -355,7 +355,6 @@
|
|||
# define sclose(x) close_s(x)
|
||||
# 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
|
||||
# undef word
|
||||
|
|
@ -430,10 +429,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef mpeix
|
||||
#define IOCTL_3_ARGS
|
||||
#endif
|
||||
|
||||
#ifdef NETWARE
|
||||
int netware_init(void);
|
||||
#ifndef __NOVELL_LIBC__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue