diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-31 15:19:26 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-31 15:19:26 +0100 |
commit | 64c2d24c423c1bd079fbab0a6089b6c85ca2bb64 (patch) | |
tree | 992d4fcd70ec4058710d901bb5a07a6a3e5f5882 /lib | |
parent | 309d6e80d0fe4d4c19c19332b416e6e2d212669a (diff) |
strcase: fix the remaining rawstr users
Diffstat (limited to 'lib')
-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 e783e3ae2..d3b1dcf25 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -601,7 +601,7 @@ X_OBJS= \ $(DIROBJ)\polarssl_threadlock.obj \
$(DIROBJ)\pop3.obj \
$(DIROBJ)\progress.obj \
- $(DIROBJ)\rawstr.obj \
+ $(DIROBJ)\strcase.obj \
$(DIROBJ)\rtsp.obj \
$(DIROBJ)\schannel.obj \
$(DIROBJ)\security.obj \
|