aboutsummaryrefslogtreecommitdiff
path: root/slirp.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp.h')
-rw-r--r--slirp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/slirp.h b/slirp.h
index eb16112..827184d 100644
--- a/slirp.h
+++ b/slirp.h
@@ -347,9 +347,4 @@ struct tcpcb *tcp_drop(struct tcpcb *tp, int err);
#define max(x, y) ((x) > (y) ? (x) : (y))
#endif
-#ifdef _WIN32
-#undef errno
-#define errno (WSAGetLastError())
-#endif
-
#endif