diff options
-rw-r--r-- | ares/acountry.c | 4 |
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) { |