http://bugs.winehq.org/show_bug.cgi?id=20716
Rob Loh elspam@wulfpak.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |elspam@wulfpak.net
--- Comment #13 from Rob Loh elspam@wulfpak.net 2011-01-02 10:37:58 CST --- As I mentioned here: http://forum.winehq.org/viewtopic.php?p=54231&sid=064e9ac263fb3d8d70e688..., the problem is that the implementation of TransmitFile essentially delegates to this SIO_GET_EXTENSION_POINTER. There were commits made mid 2010 that broke up each of the different functions into its own if() block, instead of one general purpose paramterized FIXME. So, the course is laid to start filling these in, but none of the attempts to date have made it past Alexandre.
I'm considering going native on ws2_32.dll, but winetricks recommends against it...
Will report back after another round of stuff..
(In reply to comment #12)
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented TransmitFile
Hang on, TransmitFile has been implemented for a while now. Maybe it would help to fix SIO_GET_EXTENSION_FUNCTION_POINTER to return its address...