Index: third_party/libwebp/dec/webpi.h |
diff --git a/third_party/libwebp/dec/webpi.h b/third_party/libwebp/dec/webpi.h |
index 4ae0bfc5a0fdb3a1a6ebdccad6040ae5257ff448..d915f5ef6ffe8fa88c91183a2c9392ea5c6d12d5 100644 |
--- a/third_party/libwebp/dec/webpi.h |
+++ b/third_party/libwebp/dec/webpi.h |
@@ -14,7 +14,7 @@ |
#ifndef WEBP_DEC_WEBPI_H_ |
#define WEBP_DEC_WEBPI_H_ |
-#if defined(__cplusplus) || defined(c_plusplus) |
+#ifdef __cplusplus |
extern "C" { |
#endif |
@@ -109,7 +109,7 @@ void WebPGrabDecBuffer(WebPDecBuffer* const src, WebPDecBuffer* const dst); |
//------------------------------------------------------------------------------ |
-#if defined(__cplusplus) || defined(c_plusplus) |
+#ifdef __cplusplus |
} // extern "C" |
#endif |