Define our own sockaddr_in6 for VC6
authorJan Dubois <jand@activestate.com>
Tue, 14 Dec 2010 23:48:10 +0000 (15:48 -0800)
committerJan Dubois <jand@activestate.com>
Wed, 15 Dec 2010 00:50:44 +0000 (16:50 -0800)
commit1ab9ebc1154972420d469084d44fa5abd7f8a1a6
treec4e344e255895ea483976a0ae3ea80924070db0a
parent8e564886c8ebc2b7a1ef021fd382c03c5908da57
Define our own sockaddr_in6 for VC6

The version defined by the VC6 headers is missing the sin6_scope_id
field, used by Socket.xs.  Ideally VC6 should be used with later
versions of the header files from a Windows Platform SDK, but this
patch at least keeps it compilable with plain VC6.  I have not verified
that the IPv6 code will actually works with this configuration.
win32/include/sys/socket.h