summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-context.c
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-01-09 16:50:39 +0000
committerPierre Ossman <ossman@cendio.se>2006-01-09 16:50:39 +0000
commit5fcbf04f5b95cccc61b2986a6582fa475e4d9c8b (patch)
tree28c2020661b53c47e8a490199b0f115acd881f05 /polyp/polyplib-context.c
parent9818d67ec27bbc39feaf4c1a1f3d35a029484cc9 (diff)
Condense winsock includes and defines into one header.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@428 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-context.c')
-rw-r--r--polyp/polyplib-context.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/polyp/polyplib-context.c b/polyp/polyplib-context.c
index da91995b..f97d9b82 100644
--- a/polyp/polyplib-context.c
+++ b/polyp/polyplib-context.c
@@ -45,12 +45,7 @@
#include <netdb.h>
#endif
-#ifdef HAVE_WINSOCK2_H
-#include <winsock2.h>
-#define ETIMEDOUT WSAETIMEDOUT
-#define ECONNREFUSED WSAECONNREFUSED
-#define EHOSTUNREACH WSAEHOSTUNREACH
-#endif
+#include "winsock.h"
#include "polyplib-internal.h"
#include "polyplib-context.h"