Skip to content
Snippets Groups Projects
Commit 02fb4d96 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Remove LoadLibrary() (from my private build).

parent 43e3c5e5
No related branches found
No related tags found
No related merge requests found
......@@ -422,11 +422,6 @@ static CURLcode main_init(void)
/* stop stat() wasting time */
_djstat_flags |= _STAT_INODE | _STAT_EXEC_MAGIC | _STAT_DIRSIZE;
#endif
#ifdef WIN32
LoadLibrary ("exchndl.dll");
#endif
return curl_global_init(CURL_GLOBAL_DEFAULT);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment