diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 10:06:29 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 10:06:29 +0100 |
commit | 763cc089284b47b0a8fffc14b5e143fa90b2743b (patch) | |
tree | fd721f69feb070fdf3b7a5a1de5cbd9578d2dfd2 | |
parent | 0215d9025148af25b898d38aaf989d2a84730cf7 (diff) | |
parent | 13a8f5b8775fb5f778167c37bf4238e09415769b (diff) |
Merge branch 'win32_subprocess' into make-ruby-installable
-rw-r--r-- | include/grpc/impl/codegen/port_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h index ad1cd8594d..30edbc7251 100644 --- a/include/grpc/impl/codegen/port_platform.h +++ b/include/grpc/impl/codegen/port_platform.h @@ -95,6 +95,7 @@ #define GPR_WIN32 1 #define GPR_GETPID_IN_PROCESS_H 1 #define GPR_WINSOCK_SOCKET 1 +#define GPR_WINDOWS_SUBPROCESS 1 #ifdef __GNUC__ #define GPR_GCC_ATOMIC 1 #define GPR_GCC_TLS 1 |