http://bugs.winehq.org/show_bug.cgi?id=16047
--- Comment #28 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-18 00:22:56 --- (In reply to comment #27)
I'm not really sure what you're suggesting, considering there are no Ex functions involved. The problem is that WSASendTo is being hooked by garena so we shouldn't call it within our code since windows doesn't do it like that (and writing a test for that is IMHO excessive). No one is defining any new exported functions.
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.