From: Gisle Vanem Date: Mon, 3 Aug 2009 12:20:03 +0000 (+0000) Subject: Remove call to LoadLibrary(). (leftover from debugging). X-Git-Tag: curl-7_19_6~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df09088a966d6c599f4edf7d8c0546f9b31be250;p=curl Remove call to LoadLibrary(). (leftover from debugging). --- 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) {