http://bugs.winehq.org/show_bug.cgi?id=9777
--- Comment #16 from Pol remember.pol@gmail.com 2008-06-13 20:56:18 --- (In reply to comment #15)
Any progress on this? I'm not really good with this technical stuff and I wouldn't know how to revert a patch or anything like that.
Well. 1.0rc2 compiles and runs (seemingly) just fine with 'test_write_events();' commented out of the 'Main program' section in dlls/ws2_32/tests/sock.c..
This fixes this bug.
I now realize that test_write_events() is defined in the same file so my next course of action is to upgrade to latest git version and then comment out lines within the test_write_events() definition instead of the call to the function itself.