diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-15 15:28:26 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-15 15:28:26 +0000 |
commit | 8085c7a4500467df01d82b381e6830b2caf2dbbe (patch) | |
tree | f5a0f07505ba317ec9d197360ad5ca7eee0599b4 /ares/vc | |
parent | 842de91168f86858415069192782212526cc9ebe (diff) |
rearrange to allow internal/private use of ares_strcasecmp to any system that
lacks the strcasecmp function.
Diffstat (limited to 'ares/vc')
-rw-r--r-- | ares/vc/areslib/areslib.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ares/vc/areslib/areslib.dsp b/ares/vc/areslib/areslib.dsp index 47805bd46..83cab07cb 100644 --- a/ares/vc/areslib/areslib.dsp +++ b/ares/vc/areslib/areslib.dsp @@ -181,6 +181,10 @@ SOURCE=..\..\ares_send.c # End Source File
# Begin Source File
+SOURCE=..\..\ares_strcasecmp.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_strerror.c
# End Source File
# Begin Source File
@@ -233,6 +237,10 @@ SOURCE=..\..\ares_private.h # End Source File
# Begin Source File
+SOURCE=..\..\ares_strcasecmp.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_version.h
# End Source File
# Begin Source File
|