aboutsummaryrefslogtreecommitdiffstats
path: root/inet_ntop.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-15 02:32:59 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-15 02:32:59 +0000
commitf9c1ac9639889b729d6cbf71114f6e8dc9d003cb (patch)
treec40012f0a5deebd74871ba3725b7de4281853376 /inet_ntop.c
parentdedaeda578d9b7d24e78f5fa8e9c77dced2bc7ad (diff)
Let's try that again: Reword comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32471 f5534014-38df-0310-8fa8-9805f1628bb7
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