Let's try that again: Reword comment.

svn path=/trunk/; revision=32471
This commit is contained in:
Bill Meier 2010-04-15 02:32:59 +00:00
parent f0a577f33c
commit 719ad5126f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -34,8 +34,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