diff options
author | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-16 19:08:59 +0000 |
---|---|---|
committer | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-16 19:08:59 +0000 |
commit | e467a07a8d36a76e66e009cbb2794e2106e6434f (patch) | |
tree | 4f6e919454fba554db9e15f81d8015071632f50e /win32/include/sys/socket.h | |
parent | 19b954f40ce05dbb781810206de6ca38fa47eb76 (diff) | |
download | xine-lib-e467a07a8d36a76e66e009cbb2794e2106e6434f.tar.gz xine-lib-e467a07a8d36a76e66e009cbb2794e2106e6434f.tar.bz2 |
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
Diffstat (limited to 'win32/include/sys/socket.h')
-rwxr-xr-x | win32/include/sys/socket.h | 7 |
1 files changed, 5 insertions, 2 deletions
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 <io.h> /* open, close, ... */ #include <winsock.h> -#define SIGPIPE 3 -#define SIGALRM 13 +#define SIGPIPE 13 + +#ifndef SIGALRM +#define SIGALRM 14 +#endif /* Some real good hacks! */ #undef errno |