aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2009-08-03 12:20:03 +0000
committerGisle Vanem <gvanem@broadpark.no>2009-08-03 12:20:03 +0000
commitdf09088a966d6c599f4edf7d8c0546f9b31be250 (patch)
treeade8ac38d1c19465600a26c32c7af9b69d1d71f1
parent1a14966577ae0dd868eb5805b70fa35220eee082 (diff)
Remove call to LoadLibrary(). (leftover from debugging).
-rw-r--r--ares/acountry.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ares/acountry.c b/ares/acountry.c
index 08f092183..92707f3a9 100644
--- a/ares/acountry.c
+++ b/ares/acountry.c
@@ -116,10 +116,6 @@ 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)
{