Topic: How to configure wine/server/sock.c
I can't configure out where I have to put this code. I mean wich line.
if ((event & POLLOUT) && (sock->state & FD_WRITE))
{
/* According to WS2 spec, FD_WRITE is only delivered
after connect and WSAEWOULDBLOCK while sending,
so we clear FD_WRITE here. */
sock->state &= ~FD_WRITE;
I'm using wine 1.6.2.
If anyone can send already configured sock.c file or screenshot of the exact place, please do it. Sorry for my bad english and have a nice day.