http://bugs.winehq.org/show_bug.cgi?id=16047
--- Comment #27 from Mike Kaplinskiy mike.kaplinskiy@gmail.com 2010-07-17 23:41:58 --- (In reply to comment #26)
You may try to make the patch less aggressive, and change only Ex versions of the API, leaving not Ex ones just call the Ex versions and not the helpers.
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.