Chromium Code Reviews| Index: third_party/zlib/contrib/minizip/mztools.h |
| diff --git a/third_party/zlib/contrib/minizip/mztools.h b/third_party/zlib/contrib/minizip/mztools.h |
| index 9731f19039645c00310e1328f66ccae79a22c8b7..90c834d3ab5e9a8acf89a93b93edf3fcbeeac5c7 100644 |
| --- a/third_party/zlib/contrib/minizip/mztools.h |
| +++ b/third_party/zlib/contrib/minizip/mztools.h |
| @@ -12,12 +12,8 @@ extern "C" { |
| #endif |
| #ifndef _ZLIB_H |
|
Mark Mentovai
2012/12/18 19:48:17
Is this (and the __cplusplus) in the upstream file
Paweł Hajdan Jr.
2012/12/18 20:57:41
Yes to both.
|
| -#if defined(USE_SYSTEM_ZLIB) |
| -#include <zlib.h> |
| -#else |
| #include "third_party/zlib/zlib.h" |
| #endif |
| -#endif |
| #include "unzip.h" |