aboutsummaryrefslogtreecommitdiff
path: root/slirp.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-11-14 18:58:04 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-11-14 18:58:04 +0000
commit9264606d92c74c42bcca07b228edb493dc5f6e18 (patch)
tree039d8cb5cd22c615d4887d8b9371f595e458fc75 /slirp.h
parent29f043746df38bb841a8f3c78ae0b961e7cab53c (diff)
downloadslirp-release_0_6_1.zip
slirp-release_0_6_1.tar.gz
slirp-release_0_6_1.tar.bz2
removed warningv0.6.1release_0_6_1
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1142 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp.h')
-rw-r--r--slirp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp.h b/slirp.h
index 2dff364..784e128 100644
--- a/slirp.h
+++ b/slirp.h
@@ -333,6 +333,7 @@ struct tcpcb *tcp_drop(struct tcpcb *tp, int err);
#endif
#ifdef _WIN32
+#undef errno
#define errno (WSAGetLastError())
#endif