]> Git Repo - qemu.git/blobdiff - slirp/slirp.h
target-mips: Use cpu_reset() in cpu_mips_init()
[qemu.git] / slirp / slirp.h
index 46bfe4636d76e4531372b9c585739096b24f33d1..f2c5eca892e0c398553ef4dce61e18d2f72da9ae 100644 (file)
@@ -15,18 +15,6 @@ typedef char *caddr_t;
 # include <sys/timeb.h>
 # include <iphlpapi.h>
 
-# undef EWOULDBLOCK
-# undef EINPROGRESS
-# undef ENOTCONN
-# undef EHOSTUNREACH
-# undef ENETUNREACH
-# undef ECONNREFUSED
-# define EWOULDBLOCK WSAEWOULDBLOCK
-# define EINPROGRESS WSAEINPROGRESS
-# define ENOTCONN WSAENOTCONN
-# define EHOSTUNREACH WSAEHOSTUNREACH
-# define ENETUNREACH WSAENETUNREACH
-# define ECONNREFUSED WSAECONNREFUSED
 #else
 # define ioctlsocket ioctl
 # define closesocket(s) close(s)
This page took 0.024339 seconds and 4 git commands to generate.