FS-4445 start enabling windows IPV6 support

This commit is contained in:
Jeff Lenk
2012-10-17 22:36:47 -05:00
parent 41f74ee861
commit a8a2d1406e
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -42,6 +42,7 @@
#ifdef WIN32
#include <winsock2.h>
#define ENABLE_IPV6
#if _MSC_VER < 1600
#define EAFNOSUPPORT WSAEAFNOSUPPORT
#endif