1
0
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:
Gisle Vanem 2007-01-26 16:36:59 +00:00
parent 43e3c5e5fa
commit 02fb4d96d1

View File

@ -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);
} }