1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

strerror without prefix

This commit is contained in:
Daniel Stenberg 2004-03-25 13:40:57 +00:00
parent e161bdc5be
commit 75ee9b5333

View File

@ -222,7 +222,7 @@ X_OBJS= \
$(DIROBJ)\http_negotiate.obj \ $(DIROBJ)\http_negotiate.obj \
$(DIROBJ)\http_ntlm.obj \ $(DIROBJ)\http_ntlm.obj \
$(DIROBJ)\md5.obj \ $(DIROBJ)\md5.obj \
$(DIROBJ)\curl_strerror.obj \ $(DIROBJ)\strerror.obj \
$(RESOURCE) $(RESOURCE)
all : $(TARGET) all : $(TARGET)