aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-06 09:36:10 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-06 09:36:10 -0700
commit5258412df9ea2941e8f49f75693f6ac052c5caff (patch)
treeb153ca2f2353b90f744ab1abc8c7a9ee2a1e2bed /src/core/lib/iomgr/error.c
parentd925c93047d94456e5efb475d07a9c74f3de672d (diff)
Fix platform ifdef
Diffstat (limited to 'src/core/lib/iomgr/error.c')
-rw-r--r--src/core/lib/iomgr/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/error.c b/src/core/lib/iomgr/error.c
index fddaa8f4b2..8143a85dea 100644
--- a/src/core/lib/iomgr/error.c
+++ b/src/core/lib/iomgr/error.c
@@ -507,7 +507,7 @@ grpc_error *grpc_os_error(const char *file, int line, int err,
GRPC_ERROR_STR_SYSCALL, call_name);
}
-#ifdef GPR_WIN32
+#ifdef GPR_WINDOWS
grpc_error *grpc_wsa_error(const char *file, int line, int err,
const char *call_name) {
char *utf8_message = gpr_format_message(err);