Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /usr/local/cvs Module name: cvsnt Changes by: [email protected] Tue Nov 18 16:16:30 2008 On host: 2001:8b0:178:2:20c:29ff:fe5a:1db7 Directory: cvsnt/cvsapi/win32 M SocketIO.cpp 1.26 -> 1.27 Bug Id: Log message: Use overlapped sockets where we are making outgoing connections only, since overlapped listening sockets can't be inherited which breaks evsmanager. MS moved the goalposts again and now require WSADuplicateSocket instead of DuplicateHandle - however since we don't know the target process ID until we run it that's no use to us.