Mercurial > emacs
comparison Makefile.in @ 71899:6772d0603863
(pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
(init_winsock): Load them. Use ws2_32.dll.
(sys_listen): Undo last change. Just set FILE_LISTEN flag.
(sys_accept): Undo last change. Instead, set child status to
STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
sys_select will wakeup the reader thread.
(_sys_wait_accept): New function used by reader thread to wait for
an incoming connection on a server socket.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 14 Jul 2006 14:18:40 +0000 |
parents | e6c15fc03c78 |
children | dbad5ab7f084 146cd8369025 |
comparison
equal
deleted
inserted
replaced
71898:5400fa001771 | 71899:6772d0603863 |
---|