aboutsummaryrefslogtreecommitdiffstats
path: root/inet_ntop.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-15 02:32:59 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-15 02:32:59 +0000
commit719ad5126f6ec31b0e5fa1d067ef71a6a36a6bca (patch)
treec40012f0a5deebd74871ba3725b7de4281853376 /inet_ntop.c
parentf0a577f33cce63798838f5d55212c8c5a23a7edc (diff)
Let's try that again: Reword comment.
svn path=/trunk/; revision=32471
Diffstat (limited to 'inet_ntop.c')
-rw-r--r--inet_ntop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inet_ntop.c b/inet_ntop.c
index 725ce276b9..0e38365ad6 100644
--- a/inet_ntop.c
+++ b/inet_ntop.c
@@ -35,8 +35,8 @@
#endif
#ifdef HAVE_WINSOCK2_H
-#include <winsock2.h> /* needed to define AF_ values on Windows */
-#if _MSC_VER < 1600 /* Windows VC10 (and presumably newer) errno.h defines EAFNOSUPPORT */
+#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