diff options
author | Yuchen Zeng <zyc@google.com> | 2016-08-16 21:40:13 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-08-16 21:40:13 -0700 |
commit | 299dd8d7471cbd72d76f514f9e7d976e84f242c0 (patch) | |
tree | a87731e42d7641f7cf11a6a75b26aa422de19e3f /vsprojects/vcxproj/ares | |
parent | 9248d35d12a82effb997e8d0e30962fc8b27b9f4 (diff) |
Disable c-ares on windows
Diffstat (limited to 'vsprojects/vcxproj/ares')
-rw-r--r-- | vsprojects/vcxproj/ares/ares.vcxproj | 1 | ||||
-rw-r--r-- | vsprojects/vcxproj/ares/ares.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vsprojects/vcxproj/ares/ares.vcxproj b/vsprojects/vcxproj/ares/ares.vcxproj index d6ad8edf28..eb2f369d83 100644 --- a/vsprojects/vcxproj/ares/ares.vcxproj +++ b/vsprojects/vcxproj/ares/ares.vcxproj @@ -166,7 +166,6 @@ <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_strdup.h" /> <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_version.h" /> <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\bitncmp.h" /> - <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\selectbridge.h" /> <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\setup_once.h" /> <ClInclude Include="$(SolutionDir)\..\src\c-ares\ares_build.h" /> <ClInclude Include="$(SolutionDir)\..\src\c-ares\config_linux\ares_config.h" /> diff --git a/vsprojects/vcxproj/ares/ares.vcxproj.filters b/vsprojects/vcxproj/ares/ares.vcxproj.filters index e935e211fe..b733289163 100644 --- a/vsprojects/vcxproj/ares/ares.vcxproj.filters +++ b/vsprojects/vcxproj/ares/ares.vcxproj.filters @@ -207,9 +207,6 @@ <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\bitncmp.h"> <Filter>third_party\c-ares</Filter> </ClInclude> - <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\selectbridge.h"> - <Filter>third_party\c-ares</Filter> - </ClInclude> <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\setup_once.h"> <Filter>third_party\c-ares</Filter> </ClInclude> |