aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-28 10:13:10 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-28 10:13:10 -0700
commitd3366d7ff05de14b4d1c6d75f674b5fdd1dd07dd (patch)
treea63e7cc0b83de413bc34abe16cfeffbc4acac3cb /include
parenta6735949feb68cc5364ef0eaf74727cc625a8022 (diff)
parent499fb052a0fa8dd9845a274d8807f0c66e058b7e (diff)
Merge pull request #3497 from nicolasnoble/lost-my-sanity
Restoring sanity.
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/port_platform.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/grpc/support/port_platform.h b/include/grpc/support/port_platform.h
index e5d45590ae..4373e88577 100644
--- a/include/grpc/support/port_platform.h
+++ b/include/grpc/support/port_platform.h
@@ -47,10 +47,12 @@
#endif /* NOMINMAX */
#ifndef _WIN32_WINNT
-#error "Please compile grpc with _WIN32_WINNT of at least 0x600 (aka Windows Vista)"
+#error \
+ "Please compile grpc with _WIN32_WINNT of at least 0x600 (aka Windows Vista)"
#else /* !defined(_WIN32_WINNT) */
#if (_WIN32_WINNT < 0x0600)
-#error "Please compile grpc with _WIN32_WINNT of at least 0x600 (aka Windows Vista)"
+#error \
+ "Please compile grpc with _WIN32_WINNT of at least 0x600 (aka Windows Vista)"
#endif /* _WIN32_WINNT < 0x0600 */
#endif /* defined(_WIN32_WINNT) */