]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Factor out the HANDLE-to-Socket adapter from winproxy.c.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:03:44 +0000 (14:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:03:44 +0000 (14:03 +0000)
commit4b8d7147733f0f42ae448d8676139e909110d492
tree08b6cf7486cfa5d6685e03ea02d7b35eb797890b
parent611292a042e072667137889abaffcc01b246c893
Factor out the HANDLE-to-Socket adapter from winproxy.c.

It's now kept in a separate module, where it can be reused
conveniently for other kinds of Windows HANDLE that I want to wrap in
the PuTTY Socket abstraction - for example, the named pipes that I
shortly plan to use for the Windows side of connection-sharing IPC.

git-svn-id: http://svn.tartarus.org/sgt/putty@10066 cda61777-01e9-0310-a592-d414129be87e
Recipe
windows/winhsock.c [new file with mode: 0644]
windows/winproxy.c