Include ws2tcpip.h to get IPv6 definitions
authorJan Dubois <jand@activestate.com>
Thu, 25 Nov 2010 20:23:05 +0000 (12:23 -0800)
committerJan Dubois <jand@activestate.com>
Thu, 25 Nov 2010 22:23:05 +0000 (14:23 -0800)
commit41ed632ef2f96ef1cd60c4ad0dba5a29ba54e27e
treebd4a59a4ac9d305c3e0bbdc5fac9f69b6dd9ba2a
parent2a25d7b6d65a21dbe54445c03edf63eb4efa6aff
Include ws2tcpip.h to get IPv6 definitions

This commit also moves down the 'extern "C"' wrapper so that
it doesn't apply to any #included headers because they may
generate C++ code (templates) which doesn't confirm to "C"
linkage (when this header is included in C++ mode, e.g. while
compiling win32/perllib.c).
win32/include/sys/socket.h