]> granicus.if.org Git - curl/commitdiff
Remove LoadLibrary() (from my private build).
authorGisle Vanem <gvanem@broadpark.no>
Fri, 26 Jan 2007 16:36:59 +0000 (16:36 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Fri, 26 Jan 2007 16:36:59 +0000 (16:36 +0000)
src/main.c

index 7ced23e058ec93d54059436e8908be55dfc1538d..d43228b6a7c3a93bef9187e5d1170a74aeb4be18 100644 (file)
@@ -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);
 }