From b342f6c68dba5b17228a4ec1697ac124f301f993 Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Sat, 11 Jan 2014 18:21:20 +0000 Subject: [PATCH] Removed send/connect -> ws2_32 stubs from ipxwrapper.dll. --- changes.txt | 2 ++ src/ipxwrapper_stubs.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 1b6e794..9cc6086 100644 --- a/changes.txt +++ b/changes.txt @@ -3,6 +3,8 @@ Version XXX: Bugfix: Initialise the ptype of IPX sockets created with a nonzero protocol value correctly. + + Bugfix: Removed conflicting send and connect functions. Version 0.4.1: Feature: Added workaround for point-to-point links. diff --git a/src/ipxwrapper_stubs.txt b/src/ipxwrapper_stubs.txt index 35cde36..fa2a0eb 100644 --- a/src/ipxwrapper_stubs.txt +++ b/src/ipxwrapper_stubs.txt @@ -10,8 +10,6 @@ ntohs:4 select:4 r_listen:4 r_accept:4 -send:4 -connect:4 WSACreateEvent:4 WSAEventSelect:4 WSACloseEvent:4