Reword comment slightly.

svn path=/trunk/; revision=32470
This commit is contained in:
Bill Meier 2010-04-15 02:21:24 +00:00
parent c39ce268d6
commit f0a577f33c
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
#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 */
#if _MSC_VER < 1600 /* Windows VC10 (and presumably newer) errno.h defines EAFNOSUPPORT */
#define EAFNOSUPPORT WSAEAFNOSUPPORT
#endif
#endif

View File

@ -35,7 +35,7 @@
#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 */
#if _MSC_VER < 1600 /* Windows VC10 (and presumably newer) errno.h defines EAFNOSUPPORT */
#define EAFNOSUPPORT WSAEAFNOSUPPORT
#endif
#endif