http://bugs.winehq.org/show_bug.cgi?id=25401
--- Comment #4 from alfaar_alhazin@hotmail.com 2010-12-02 23:34:00 CST --- (In reply to comment #3)
Patch sent: http://www.winehq.org/pipermail/wine-patches/2010-December/096442.html
Hello, Juan! Thank you for the quickest reply! :)
I've tried your patch. No luck for my problem.
I've compiled individual ws2_32.dll. Surprisingly, it md5sum against it and same of 1.3.7 do look alike. Test drive, with BitSpirit, shows the problem persists, thought I cannot confirm it at this time (that this is what causing improper behavior). Perhaps, if you have time, you could test-drive it yourself?
Also, I've noted that your proposed modifications are made at WSAStringToAddressA, while testing (not sure what it is for) is made at test_WSAStringToAddressW. Maybe I'm mistaken, but I believe there is a mistake. Perhaps similar modifications need to be applied to *W (unicode version), and testing performed by *A?