diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-07 13:43:55 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-07 13:43:55 -0700 |
commit | 660f1fdaf3290bfc996062e63387aa7e938136cc (patch) | |
tree | f5ac11672ed76ccfc6e37b5ff25a701480e70435 /src/core | |
parent | 2569ebd64f551563d038463241976070ef7d1674 (diff) |
Fix windows #define
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/lib/iomgr/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/error.c b/src/core/lib/iomgr/error.c index fb2caf919e..edf71b2038 100644 --- a/src/core/lib/iomgr/error.c +++ b/src/core/lib/iomgr/error.c @@ -43,7 +43,7 @@ #include <grpc/support/string_util.h> #include <grpc/support/useful.h> -#ifdef GPR_WIN32 +#ifdef GPR_WINDOWS #include <grpc/support/log_windows.h> #endif |