Untabify.
[obnox/wireshark/wip.git] / inet_pton.c
index 10a7f7dd0563f2365519c6269e3744b8010dc739..bfa2535f3e0b74e8c6680ace446028a2a1bdb997 100644 (file)
@@ -34,8 +34,8 @@
 #endif
 
 #ifdef HAVE_WINSOCK2_H
-#include <winsock2.h>          /* needed to define AF_ values on Windows */
-#if _MSC_VER < 1600             /* VC10 (and presumably future VC versions will) have this definition */
+#include <winsock2.h>  /* needed to define AF_ values on Windows */
+#if _MSC_VER < 1600    /* errno.h defines EAFNOSUPPORT in Windows VC10 (and presumably eventually in VC11 ...) */
 #define EAFNOSUPPORT    WSAEAFNOSUPPORT
 #endif
 #endif