1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

Removed send/connect -> ws2_32 stubs from ipxwrapper.dll.

This commit is contained in:
Daniel Collins 2014-01-11 18:21:20 +00:00
parent 33071b40dd
commit b342f6c68d
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -10,8 +10,6 @@ ntohs:4
select:4
r_listen:4
r_accept:4
send:4
connect:4
WSACreateEvent:4
WSAEventSelect:4
WSACloseEvent:4