diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-16 16:42:48 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-16 16:42:48 +0000 |
commit | aa41743ebdb8b348b70bcd886395f0ba5f5fac3a (patch) | |
tree | a88f8147f6aaf3015bcf1f0679ec1c0bdef97d84 /ares/vc | |
parent | ee5f13cb6b2a6e514dd6b2e129c48b7afd2fefae (diff) |
rearrange to allow internal/private use of ares_writev to any system
that lacks the writev 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 83cab07cb..2862afd8d 100644 --- a/ares/vc/areslib/areslib.dsp +++ b/ares/vc/areslib/areslib.dsp @@ -197,6 +197,10 @@ SOURCE=..\..\ares_version.c # End Source File
# Begin Source File
+SOURCE=..\..\ares_writev.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\bitncmp.c
# End Source File
# Begin Source File
@@ -245,6 +249,10 @@ SOURCE=..\..\ares_version.h # End Source File
# Begin Source File
+SOURCE=..\..\ares_writev.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\bitncmp.h
# End Source File
# Begin Source File
|