Previous commit accidentaly didn't include a2netcompat.h.

pull/1/head
Tatsuhiro Tsujikawa 2008-09-30 15:20:40 +00:00
parent b513331407
commit 91e4a887c6
1 changed files with 2 additions and 2 deletions

View File

@ -50,12 +50,12 @@
#endif // !__CYGWIN__
#ifdef __MINGW32__
# define SOCKOPT_T const char
# define SOCKOPT_T char
# define HAVE_GETADDRINFO
# undef HAVE_GAI_STRERROR
# undef gai_strerror
#else
# define SOCKOPT_T socklen_t
# define SOCKOPT_T int
#endif // __MINGW32__
#ifdef HAVE_NETDB_H