summaryrefslogtreecommitdiff
path: root/acountry.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2009-08-03 12:16:00 +0000
committerGisle Vanem <gvanem@broadpark.no>2009-08-03 12:16:00 +0000
commit135bfe341f29e2d90a1fe5fec18fd443dfb2c73b (patch)
treec4909c303fb8b1c522c4adad6b537df274e5fa7f /acountry.c
parent408df8efcdc7d724e3c94c2ae14b9b35372f95c4 (diff)
downloadc-ares-135bfe341f29e2d90a1fe5fec18fd443dfb2c73b.tar.gz
c-ares-135bfe341f29e2d90a1fe5fec18fd443dfb2c73b.tar.bz2
c-ares-135bfe341f29e2d90a1fe5fec18fd443dfb2c73b.zip
Fix bad sentence.
Diffstat (limited to 'acountry.c')
-rw-r--r--acountry.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/acountry.c b/acountry.c
index 69aaeb1..08f0921 100644
--- a/acountry.c
+++ b/acountry.c
@@ -10,8 +10,8 @@
* 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)
*
- * The 2 letter country code in <CC> 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 <CC> and the ISO-3166 country
+ * number is in x.y (number = x*256 + y). Version 2 of the protocol is missing
* the <CC> 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)
{