From 5fcbf04f5b95cccc61b2986a6582fa475e4d9c8b Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 9 Jan 2006 16:50:39 +0000 Subject: 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 --- polyp/poll.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'polyp/poll.c') diff --git a/polyp/poll.c b/polyp/poll.c index 7c25f348..cb7e3e7a 100644 --- a/polyp/poll.c +++ b/polyp/poll.c @@ -36,16 +36,7 @@ #include #endif -#ifdef HAVE_WINSOCK2_H -#include - -#define EBADF WSAEBADF -#define ESHUTDOWN WSAESHUTDOWN -#define ECONNRESET WSAECONNRESET -#define ECONNABORTED WSAECONNABORTED -#define ENETRESET WSAENETRESET - -#endif /* HAVE_WINSOCK2_H */ +#include "winsock.h" #ifndef HAVE_SYS_POLL_H -- cgit