mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Remove LoadLibrary() (from my private build).
This commit is contained in:
parent
43e3c5e5fa
commit
02fb4d96d1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user