aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-07-27 01:38:26 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-07-27 01:38:26 -0700
commit9896c641860a70e41b006a982e44f40bb3f41053 (patch)
treeadaa3addfc6328f5db8e3ca518692ac9ff81d85e /include/grpc/impl/codegen/port_platform.h
parent58dec1aa9e45aaacafa131ea803407459a30bdb5 (diff)
Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"
Diffstat (limited to 'include/grpc/impl/codegen/port_platform.h')
-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__)