- Fix for nonblocking sockets using WSAEventSelect() (patch from Ove
authorDaniel Walker <diwalker@earthlink.net>
Thu, 23 Aug 2001 23:25:33 +0000 (23:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 23 Aug 2001 23:25:33 +0000 (23:25 +0000)
commitc86517fcb673515f2fdb73bd3c133af599148416
tree60122ae436418f0ed9ca46cc809c787cd3c54965
parentffb0d94e3d3580ad6f0bc673ff2f845869a2b06b
- Fix for nonblocking sockets using WSAEventSelect() (patch from Ove
  Kaaven).
- Changed WSAEnumNetworkEvents() so it only returns events that the
  application is looking for.
- Changed sock_poll_event() to interpret a POLLIN event with zero
  bytes waiting to be read as a POLLHUP.
dlls/winsock/socket.c
server/sock.c