| Index: third_party/zlib/mozzconf.h
|
| diff --git a/third_party/zlib/mozzconf.h b/third_party/zlib/mozzconf.h
|
| index 25c1d827a89882c91c1eef2e39a1ec1b526728ec..f205b3103df19e82f82173b73b17a81b503edec9 100644
|
| --- a/third_party/zlib/mozzconf.h
|
| +++ b/third_party/zlib/mozzconf.h
|
| @@ -160,7 +160,7 @@
|
| #define internal_state MOZ_Z_internal_state
|
|
|
| /* Mangle Byte types except on Mac. */
|
| -#if !defined(__MACTYPES__)
|
| +#if !defined(__MACTYPES__) && !defined(OS_ANDROID)
|
| #define Byte MOZ_Z_Byte
|
| #define Bytef MOZ_Z_Bytef
|
| #endif
|
|
|