comparison lisp/help-macro.el @ 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 3bd95f4f2941
children 99a4797cbaf6 c5406394f567
comparison
equal deleted inserted replaced
71898:5400fa001771 71899:6772d0603863