diff options
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 |