From df09088a966d6c599f4edf7d8c0546f9b31be250 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Mon, 3 Aug 2009 12:20:03 +0000 Subject: [PATCH] Remove call to LoadLibrary(). (leftover from debugging). --- ares/acountry.c | 4 ---- 1 file changed, 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) {