From e467a07a8d36a76e66e009cbb2794e2106e6434f Mon Sep 17 00:00:00 2001 From: Tim Champagne Date: Fri, 16 May 2003 19:08:59 +0000 Subject: The cdda input plugin now builds in the Win32 env. I still need to test this but I'm not quite sure how it is suppose to work CVS patchset: 4868 CVS date: 2003/05/16 19:08:59 --- win32/include/sys/socket.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'win32/include/sys') diff --git a/win32/include/sys/socket.h b/win32/include/sys/socket.h index 65f04ef64..6552cb5ee 100755 --- a/win32/include/sys/socket.h +++ b/win32/include/sys/socket.h @@ -25,8 +25,11 @@ #include /* open, close, ... */ #include -#define SIGPIPE 3 -#define SIGALRM 13 +#define SIGPIPE 13 + +#ifndef SIGALRM +#define SIGALRM 14 +#endif /* Some real good hacks! */ #undef errno -- cgit v1.2.3