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)
acountry.c

index 08f0921..92707f3 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)
     {