]> granicus.if.org Git - curl/commitdiff
Remove call to LoadLibrary(). (leftover from debugging).
authorGisle Vanem <gvanem@broadpark.no>
Mon, 3 Aug 2009 12:20:03 +0000 (12:20 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Mon, 3 Aug 2009 12:20:03 +0000 (12:20 +0000)
ares/acountry.c

index 08f09218303cb0e15e8db4a940852cf170637d5d..92707f3a9d96c076822385c6a9233668772dc415 100644 (file)
@@ -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)
     {