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

pull/1/head curl-7_19_6
Gisle Vanem 16 years ago
parent 135bfe341f
commit c3872cb5dc
  1. 4
      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)
{

Loading…
Cancel
Save