From a143963a501bcf4ed6a8fea9999b4ae48d0aaf92 Mon Sep 17 00:00:00 2001 From: Constantine Sapuntzakis Date: Sun, 15 Nov 1998 09:18:49 +0000 Subject: [PATCH] Fix to Linux IPX so compiles on non-linux platforms. --- include/winsock.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/winsock.h b/include/winsock.h index 0c42bcacb4c..0e367fef82f 100644 --- a/include/winsock.h +++ b/include/winsock.h @@ -458,9 +458,6 @@ INT32 WINAPI WSAAsyncSelect32(SOCKET32 s, HWND32 hWnd, UINT32 uMsg, UINT32 l #define WS_AF_MAX 27 - -#ifdef HAVE_LINUX_IPX_H - struct ws_sockaddr_ipx { INT16 sipx_family __attribute__((packed)); @@ -468,7 +465,6 @@ struct ws_sockaddr_ipx CHAR sipx_node[6] __attribute__((packed)); UINT16 sipx_port __attribute__((packed)); }; -#endif #ifdef __cplusplus }