spell-fixed comments and other minor non-code edits
This commit is contained in:
parent
6e422c447a
commit
a776e5ad31
@ -403,8 +403,8 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* VS2008 does not support Windows build targets prior to WinXP, */
|
/* VS2008 does not support Windows build targets prior to WinXP, so, if no
|
||||||
/* so, if no build target has been defined we will target WinXP. */
|
build target has been defined we will target WinXP. */
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
|
||||||
# ifndef _WIN32_WINNT
|
# ifndef _WIN32_WINNT
|
||||||
# define _WIN32_WINNT 0x0501
|
# define _WIN32_WINNT 0x0501
|
||||||
@ -417,8 +417,9 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Availability of freeaddrinfo, getaddrinfo and getnameinfo functions is quite */
|
/* Availability of freeaddrinfo, getaddrinfo and getnameinfo functions is
|
||||||
/* convoluted, compiler dependant and in some cases even build target dependat. */
|
quite convoluted, compiler dependant and in some cases even build target
|
||||||
|
dependant. */
|
||||||
#if defined(HAVE_WS2TCPIP_H)
|
#if defined(HAVE_WS2TCPIP_H)
|
||||||
# if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
|
# if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
|
||||||
# define HAVE_FREEADDRINFO 1
|
# define HAVE_FREEADDRINFO 1
|
||||||
|
@ -263,8 +263,8 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* VS2008 does not support Windows build targets prior to WinXP, */
|
/* VS2008 does not support Windows build targets prior to WinXP, so, if no
|
||||||
/* so, if no build target has been defined we will target WinXP. */
|
build target has been defined we will target WinXP. */
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
|
||||||
# ifndef _WIN32_WINNT
|
# ifndef _WIN32_WINNT
|
||||||
# define _WIN32_WINNT 0x0501
|
# define _WIN32_WINNT 0x0501
|
||||||
@ -277,8 +277,9 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Availability of freeaddrinfo, getaddrinfo and getnameinfo functions is quite */
|
/* Availability of freeaddrinfo, getaddrinfo and getnameinfo functions is
|
||||||
/* convoluted, compiler dependant and in some cases even build target dependat. */
|
quite convoluted, compiler dependant and in some cases even build target
|
||||||
|
dependant. */
|
||||||
#if defined(HAVE_WS2TCPIP_H)
|
#if defined(HAVE_WS2TCPIP_H)
|
||||||
# if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
|
# if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
|
||||||
# define HAVE_FREEADDRINFO 1
|
# define HAVE_FREEADDRINFO 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user