Ticket #4706: mythsocket_win32_events.patch
File mythsocket_win32_events.patch, 623 bytes (added by , 17 years ago) |
---|
-
libs/libmyth/mythsocket.cpp
799 799 { 800 800 if (SOCKET_ERROR != ::WSAEventSelect( 801 801 sock->socket(), hEvent, 802 FD_READ | FD_CONNECT | FD_ACCEPT | 803 FD_OOB | FD_CLOSE)) 802 FD_READ | FD_CLOSE)) 804 803 { 805 804 hEvents[n] = hEvent; 806 805 idx[n++] = i;