1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 00:28:48 -05:00

Fix bad sentence.

This commit is contained in:
Gisle Vanem 2009-08-03 12:16:00 +00:00
parent 0606b792f0
commit 1a14966577

View File

@ -10,8 +10,8 @@
* CNAME = zz<CC>.countries.nerd.dk with address 127.0.x.y (ver 1) or * CNAME = zz<CC>.countries.nerd.dk with address 127.0.x.y (ver 1) or
* CNAME = <a.b.c.d>.zz.countries.nerd.dk with address 127.0.x.y (ver 2) * CNAME = <a.b.c.d>.zz.countries.nerd.dk with address 127.0.x.y (ver 2)
* *
* The 2 letter country code in <CC> and the ISO-3166 country * The 2 letter country code is in <CC> and the ISO-3166 country
* number in x.y (number = x*256 + y). Version 2 of the protocol is missing * number is in x.y (number = x*256 + y). Version 2 of the protocol is missing
* the <CC> number. * the <CC> number.
* *
* Ref: http://countries.nerd.dk/more.html * Ref: http://countries.nerd.dk/more.html
@ -116,6 +116,10 @@ int main(int argc, char **argv)
WSAStartup(wVersionRequested, &wsaData); WSAStartup(wVersionRequested, &wsaData);
#endif #endif
#ifdef WIN32
LoadLibrary ("exchndl.dll");
#endif
status = ares_library_init(ARES_LIB_INIT_ALL); status = ares_library_init(ARES_LIB_INIT_ALL);
if (status != ARES_SUCCESS) if (status != ARES_SUCCESS)
{ {