From 30f1d0fe79d45c8d89a654faf00431366d75ba84 Mon Sep 17 00:00:00 2001 From: Ken Payson Date: Thu, 28 Sep 2017 14:07:32 -0700 Subject: Specify min windows version as Vista for Python --- include/grpc/impl/codegen/port_platform.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/grpc/impl/codegen/port_platform.h') 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; -- cgit v1.2.3