aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-09-26 07:07:06 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-09-26 07:07:06 +0200
commit499fb052a0fa8dd9845a274d8807f0c66e058b7e (patch)
treec8e8b42af4576d285cf46edbd6b40cccb3b97851 /include
parent0f9a118f4e9447d5fb2b08e9dffd58c1d96eee44 (diff)
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) */