commit | 83f52d11c16b61706029f48c2f2a00424e6ee64a | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Sep 26 22:20:14 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 26 22:20:14 2000 +0000 |
tree | d7f6b3738e23630cff44bf72965c1d6f509c18be | |
parent | 4ca7e6343f9435e7fdb2b74d746014fe00a1a81f [diff] [blame] |
Moved all Win16 definitions out of the standard Windows headers.
diff --git a/dlls/winsock/socket.c b/dlls/winsock/socket.c index 721e94f..cdfb579 100644 --- a/dlls/winsock/socket.c +++ b/dlls/winsock/socket.c
@@ -74,6 +74,15 @@ #ifdef HAVE_NET_IF_H # include <net/if.h> #endif +#ifdef HAVE_IPX_GNU +# include <netipx/ipx.h> +# define HAVE_IPX +#endif +#ifdef HAVE_IPX_LINUX +# include <asm/types.h> +# include <linux/ipx.h> +# define HAVE_IPX +#endif #include "wine/winbase16.h" #include "wingdi.h"