summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-01-10 09:16:20 +0000
committerPierre Ossman <ossman@cendio.se>2006-01-10 09:16:20 +0000
commitabdf9b1c3fb371637c73fa635d089178dea5d902 (patch)
tree839345c4f74883434f528a8a5e54fc12c0c73bd8
parent0a9abdd9d141b12a475c43bf924eb7569debe9a5 (diff)
Add needed error code.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@439 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--polyp/winsock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/winsock.h b/polyp/winsock.h
index 89ef7ba0..b1e0f7d4 100644
--- a/polyp/winsock.h
+++ b/polyp/winsock.h
@@ -9,6 +9,7 @@
#define ECONNABORTED WSAECONNABORTED
#define ENETRESET WSAENETRESET
#define EINPROGRESS WSAEINPROGRESS
+#define EAFNOSUPPORT WSAEAFNOSUPPORT
#define ETIMEDOUT WSAETIMEDOUT
#define ECONNREFUSED WSAECONNREFUSED
#define EHOSTUNREACH WSAEHOSTUNREACH