diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 13:40:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 13:40:57 +0000 |
commit | 75ee9b5333be05c86063143a9095c4d6120c3513 (patch) | |
tree | d09534c4c53a09af4e13e4de44df1b3b16e3e412 | |
parent | e161bdc5bebaf08dbd664202acb04c5e728cbcd6 (diff) |
strerror without prefix
-rw-r--r-- | lib/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 496d93a1c..176399f10 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -222,7 +222,7 @@ X_OBJS= \ $(DIROBJ)\http_negotiate.obj \
$(DIROBJ)\http_ntlm.obj \
$(DIROBJ)\md5.obj \
- $(DIROBJ)\curl_strerror.obj \
+ $(DIROBJ)\strerror.obj \
$(RESOURCE)
all : $(TARGET)
|