Index: third_party/libwebp/utils/utils.h |
diff --git a/third_party/libwebp/utils/utils.h b/third_party/libwebp/utils/utils.h |
index e10aeeb9d73911bac89c62909379dc98f428a1dc..8bdf0f03db1dc5620dbbc3394d903b868b8e5361 100644 |
--- a/third_party/libwebp/utils/utils.h |
+++ b/third_party/libwebp/utils/utils.h |
@@ -19,7 +19,7 @@ |
#include "../webp/types.h" |
-#if defined(__cplusplus) || defined(c_plusplus) |
+#ifdef __cplusplus |
extern "C" { |
#endif |
@@ -76,7 +76,7 @@ static WEBP_INLINE void PutLE32(uint8_t* const data, uint32_t val) { |
//------------------------------------------------------------------------------ |
-#if defined(__cplusplus) || defined(c_plusplus) |
+#ifdef __cplusplus |
} // extern "C" |
#endif |