From 9c28813beb4322b56e93734da7a6f81008243f0f Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Fri, 7 Aug 2009 20:37:59 +0000 Subject: Linux: add comment about MOZ_Z_ style names. (Comment change only at the request of spot.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22779 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/gzip_filter.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/base/gzip_filter.cc b/net/base/gzip_filter.cc index a595442..f1920da 100644 --- a/net/base/gzip_filter.cc +++ b/net/base/gzip_filter.cc @@ -6,6 +6,10 @@ #if defined(USE_SYSTEM_ZLIB) #include +// The code below uses the MOZ_Z_ forms of these functions in order that things +// should work on Windows. In order to make this code cross platform, we map +// back to the normal functions here in the case that we are using the system +// zlib. #define MOZ_Z_inflate inflate #define MOZ_Z_inflateEnd inflateEnd #define MOZ_Z_inflateInit2_ inflateInit2_ -- cgit v1.1