mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -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 */
|
/* stop stat() wasting time */
|
||||||
_djstat_flags |= _STAT_INODE | _STAT_EXEC_MAGIC | _STAT_DIRSIZE;
|
_djstat_flags |= _STAT_INODE | _STAT_EXEC_MAGIC | _STAT_DIRSIZE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
LoadLibrary ("exchndl.dll");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return curl_global_init(CURL_GLOBAL_DEFAULT);
|
return curl_global_init(CURL_GLOBAL_DEFAULT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user