aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-01-26 16:36:59 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-01-26 16:36:59 +0000
commit02fb4d96d1b8f839ecf3551a60712b48b0006850 (patch)
treeaec9291aee523054f977d22ccb26597b60ed8196 /src/main.c
parent43e3c5e5fac200e45a4785448e2284da547f6836 (diff)
Remove LoadLibrary() (from my private build).
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 7ced23e05..d43228b6a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);
}