On Mon, Jun 2, 2014 at 3:01 PM, Felix Janda felix.janda@posteo.de wrote:
dlls/ws2_32/socket.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index e31f396..cf5473d 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -109,6 +109,8 @@ # include <linux/types.h> # endif # include <linux/ipx.h> +# define SOL_IPX 256 +# define IPX_TYPE 1 # define HAS_IPX #endif
Hi, can you share the details about how you are compiling this? There may be a better solution like not defining HAS_IPX if SOL_IPX is not present. If you help me reproduce the issue I can help to fix it.
Best regards, Bruno