diff options
author | Yang Tse <yangsita@gmail.com> | 2011-05-20 16:43:25 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-05-20 16:43:25 +0200 |
commit | ef5390e6bb9c20199d11bf33146764900256f961 (patch) | |
tree | 8905757c4ed91e4bdd6ece2f94ecda598fc233bb /vc | |
parent | 6518b56a5e2bc9e39d720f17fa7dd322a28dc33c (diff) | |
download | c-ares-ef5390e6bb9c20199d11bf33146764900256f961.tar.gz c-ares-ef5390e6bb9c20199d11bf33146764900256f961.tar.bz2 c-ares-ef5390e6bb9c20199d11bf33146764900256f961.zip |
winsock: compilation fixes
Provide winsock iphlpapi alternative definitions to prevent compilation
failures when using a variety of winsock header implementations.
Diffstat (limited to 'vc')
-rw-r--r-- | vc/cares/vc6cares.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vc/cares/vc6cares.dsp b/vc/cares/vc6cares.dsp index 575e1db..595a0f1 100644 --- a/vc/cares/vc6cares.dsp +++ b/vc/cares/vc6cares.dsp @@ -354,6 +354,10 @@ SOURCE=..\..\ares_getenv.h # End Source File
# Begin Source File
+SOURCE=..\..\ares_iphlpapi.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_ipv6.h
# End Source File
# Begin Source File
|