Merge branch 'win32_subprocess' into make-ruby-installable

pull/4936/head
Nicolas "Pixel" Noble 9 years ago
commit 763cc08928
  1. 1
      include/grpc/impl/codegen/port_platform.h

@ -95,6 +95,7 @@
#define GPR_WIN32 1 #define GPR_WIN32 1
#define GPR_GETPID_IN_PROCESS_H 1 #define GPR_GETPID_IN_PROCESS_H 1
#define GPR_WINSOCK_SOCKET 1 #define GPR_WINSOCK_SOCKET 1
#define GPR_WINDOWS_SUBPROCESS 1
#ifdef __GNUC__ #ifdef __GNUC__
#define GPR_GCC_ATOMIC 1 #define GPR_GCC_ATOMIC 1
#define GPR_GCC_TLS 1 #define GPR_GCC_TLS 1

Loading…
Cancel
Save