diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2009-08-03 12:20:03 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2009-08-03 12:20:03 +0000 |
commit | c3872cb5dc9a29c4ec2c8863f661df7a8626ce11 (patch) | |
tree | 478b8dccdca1debf65ae2ae1bd18c477b9b92f3d /acountry.c | |
parent | 135bfe341f29e2d90a1fe5fec18fd443dfb2c73b (diff) | |
download | c-ares-c3872cb5dc9a29c4ec2c8863f661df7a8626ce11.tar.gz c-ares-c3872cb5dc9a29c4ec2c8863f661df7a8626ce11.tar.bz2 c-ares-c3872cb5dc9a29c4ec2c8863f661df7a8626ce11.zip |
Remove call to LoadLibrary(). (leftover from debugging).
Diffstat (limited to 'acountry.c')
-rw-r--r-- | acountry.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) { |