]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - Recipe
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)
commit98a6a3553cdfc1da0ed8d13a2b9f76863e42646f
tree08b6cf7486cfa5d6685e03ea02d7b35eb797890b
parenta6139c1ad37a2a854e4bd4fae8e8d59bf1a1e83d
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.

[originally from svn r10066]
Recipe
windows/winhsock.c [new file with mode: 0644]
windows/winproxy.c