diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-17 17:11:28 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-17 17:11:28 +0000 |
commit | 2d64cd55a1069ff7fc7e6d8caf5c67353f1ec55f (patch) | |
tree | 62f21bf8bc7dc95ca6aab563340065feac445b6b /ares/vc | |
parent | 60a6af74983d45503067b7e53b14117076a05115 (diff) |
Introduction of ares_library_init() and ares_library_cleanup()
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 92bb4cd5b..8a8624bd9 100644 --- a/ares/vc/areslib/areslib.dsp +++ b/ares/vc/areslib/areslib.dsp @@ -145,6 +145,10 @@ SOURCE=..\..\ares_init.c # End Source File
# Begin Source File
+SOURCE=..\..\ares_library_init.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_llist.c
# End Source File
# Begin Source File
@@ -237,6 +241,10 @@ SOURCE=..\..\ares_ipv6.h # End Source File
# Begin Source File
+SOURCE=..\..\ares_library_init.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_llist.h
# End Source File
# Begin Source File
|