commit | 1ed4ecffa81ccc2f23e14c67917c4aa557fe96d0 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jun 26 14:58:24 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 26 14:58:24 1999 +0000 |
tree | 453d66e75a1399d84e258338aa7bf311d0b92ec7 | |
parent | d37b0192c967e0eceeec882e13799f9bd3a421d6 [diff] [blame] |
ANSI C fixes. Removed warnings. Made the include files self-sufficient. Some Solaris fixes.
diff --git a/include/winsock.h b/include/winsock.h index d5cc614..ca4f9b6 100644 --- a/include/winsock.h +++ b/include/winsock.h
@@ -7,7 +7,15 @@ #ifndef _WINSOCKAPI_ #define _WINSOCKAPI_ +/* Solaris kludge */ +#undef FSHIFT +#undef PAGESIZE +#undef TRANSPARENT #include <netinet/in.h> +#undef FSHIFT +#undef PAGESIZE +#undef TRANSPARENT + #include <arpa/inet.h> #include <sys/types.h> #include <sys/time.h>