aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-07-25 16:59:57 -0700
committerGravatar GitHub <noreply@github.com>2018-07-25 16:59:57 -0700
commitae8d3efc3a360b289f0b33e1c53c8c73960cb31f (patch)
treed8884af35910952df8300b38d71718f47b770e77 /include/grpc/impl/codegen
parente41215e181564a61320b9b69ae5feb7f7c3625fe (diff)
parent1b1d5e52e7aa0ecdd455ad084aa7930ea89bbfd1 (diff)
Merge pull request #15797 from apolcyn/windows_compile_and_sort
Enable c-ares address sorting on windows
Diffstat (limited to 'include/grpc/impl/codegen')
-rw-r--r--include/grpc/impl/codegen/port_platform.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h
index 01ce5f03e9..2b61a8816d 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -420,12 +420,8 @@ typedef unsigned __int64 uint64_t;
#define GPR_MAX_ALIGNMENT 16
#ifndef GRPC_ARES
-#ifdef GPR_WINDOWS
-#define GRPC_ARES 0
-#else
#define GRPC_ARES 1
#endif
-#endif
#ifndef GRPC_MUST_USE_RESULT
#if defined(__GNUC__) && !defined(__MINGW32__)