http://bugs.winehq.org/show_bug.cgi?id=16047
--- Comment #29 from Mike Kaplinskiy mike.kaplinskiy@gmail.com 2010-07-18 01:03:54 --- (In reply to comment #28)
I'm suggesting to test if that's enough to wrap only things like WS_recvfrom, WSASendTo and not WS_recv, WSASend, WS_sendto. I.e. try to find minimal set of required wrappers.
Ah, I see now. Personally I'd prefer the approach of replacing all of them (for consistency), but you also have a point. Whatever Alexandre decides will go I suppose :)