http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #80 from Sebastiaan Blommers sebastiaan.blommers@gmail.com 2012-01-05 09:20:28 CST --- @Agifem: yes thank you for pointing that out.
Maybe some sort of hook that's not being called? (Thinking of it after reading socket.c code:
*/ The actual definition of WSASendTo, wrapped in a different function name * so that internal calls from ws2_32 itself will not trigger programs like * Garena, which hooks WSASendTo/WSARecvFrom calls. */ static int WS2_sendto ..............