aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-09-28 14:07:32 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-09-28 14:13:21 -0700
commit30f1d0fe79d45c8d89a654faf00431366d75ba84 (patch)
treee550f2ed6e972571ea1233ddc307af3866bf0cd6 /include/grpc/impl/codegen/port_platform.h
parent5490cdd17233f3aaeb5f5fac2ad65a13c8ac75c5 (diff)
Specify min windows version as Vista for Python
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 7e5f85253e..0f4316c954 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -291,10 +291,6 @@
#endif
#ifdef _MSC_VER
-#ifdef _PYTHON_MSVC
-// The Python 3.5 Windows runtime is missing InetNtop
-#define GPR_WIN_INET_NTOP
-#endif // _PYTHON_MSVC
#if _MSC_VER < 1700
typedef __int8 int8_t;
typedef __int16 int16_t;