Remove call to LoadLibrary(). (leftover from debugging).

This commit is contained in:
Gisle Vanem 2009-08-03 12:20:03 +00:00
parent 1a14966577
commit df09088a96
1 changed files with 0 additions and 4 deletions

View 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)
{