| Index: third_party/libwebp/utils/color_cache.h
|
| diff --git a/third_party/libwebp/utils/color_cache.h b/third_party/libwebp/utils/color_cache.h
|
| index e5a0bd6fd45fda445e9cf6435ffda5709ac0178c..0f824ed457e6fad49579fc7d2ef76f09a787ebac 100644
|
| --- a/third_party/libwebp/utils/color_cache.h
|
| +++ b/third_party/libwebp/utils/color_cache.h
|
| @@ -17,7 +17,7 @@
|
|
|
| #include "../webp/types.h"
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| +#ifdef __cplusplus
|
| extern "C" {
|
| #endif
|
|
|
| @@ -63,7 +63,7 @@ void VP8LColorCacheClear(VP8LColorCache* const color_cache);
|
|
|
| //------------------------------------------------------------------------------
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| +#ifdef __cplusplus
|
| }
|
| #endif
|
|
|
|
|