w32/slirp: Undefine error constants before their redefinition
Less warnings for your console. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
1c5970a8b8
commit
5668896163
@ -15,6 +15,12 @@ typedef char *caddr_t;
|
|||||||
# include <sys/timeb.h>
|
# include <sys/timeb.h>
|
||||||
# include <iphlpapi.h>
|
# include <iphlpapi.h>
|
||||||
|
|
||||||
|
# undef EWOULDBLOCK
|
||||||
|
# undef EINPROGRESS
|
||||||
|
# undef ENOTCONN
|
||||||
|
# undef EHOSTUNREACH
|
||||||
|
# undef ENETUNREACH
|
||||||
|
# undef ECONNREFUSED
|
||||||
# define EWOULDBLOCK WSAEWOULDBLOCK
|
# define EWOULDBLOCK WSAEWOULDBLOCK
|
||||||
# define EINPROGRESS WSAEINPROGRESS
|
# define EINPROGRESS WSAEINPROGRESS
|
||||||
# define ENOTCONN WSAENOTCONN
|
# define ENOTCONN WSAENOTCONN
|
||||||
|
Loading…
Reference in New Issue
Block a user