From: Gisle Vanem Date: Mon, 3 Aug 2009 12:16:00 +0000 (+0000) Subject: Fix bad sentence. X-Git-Tag: curl-7_19_6~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a14966577ae0dd868eb5805b70fa35220eee082;p=curl Fix bad sentence. --- diff --git a/ares/acountry.c b/ares/acountry.c index 69aaeb115..08f092183 100644 --- a/ares/acountry.c +++ b/ares/acountry.c @@ -10,8 +10,8 @@ * CNAME = zz.countries.nerd.dk with address 127.0.x.y (ver 1) or * CNAME = .zz.countries.nerd.dk with address 127.0.x.y (ver 2) * - * The 2 letter country code in and the ISO-3166 country - * number in x.y (number = x*256 + y). Version 2 of the protocol is missing + * The 2 letter country code is in and the ISO-3166 country + * number is in x.y (number = x*256 + y). Version 2 of the protocol is missing * the number. * * Ref: http://countries.nerd.dk/more.html @@ -116,6 +116,10 @@ int main(int argc, char **argv) WSAStartup(wVersionRequested, &wsaData); #endif +#ifdef WIN32 + LoadLibrary ("exchndl.dll"); +#endif + status = ares_library_init(ARES_LIB_INIT_ALL); if (status != ARES_SUCCESS) {