From 7db7417c5dc907e4667a8ab2161c3b3ba2efae43 Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Tue, 15 Feb 2011 18:21:53 +0000 Subject: Don't call the zlib functions with the MOZ_Z_ prefix in the source code. R=agl,hclam,jar BUG=none TEST=No build or test failures Review URL: http://codereview.chromium.org/6529006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74975 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/base/compressor_zlib.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'remoting/base/compressor_zlib.cc') diff --git a/remoting/base/compressor_zlib.cc b/remoting/base/compressor_zlib.cc index 0128361..05ad621 100644 --- a/remoting/base/compressor_zlib.cc +++ b/remoting/base/compressor_zlib.cc @@ -6,13 +6,6 @@ #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_deflate deflate -#define MOZ_Z_deflateEnd deflateEnd -#define MOZ_Z_deflateInit_ deflateInit_ #else #include "third_party/zlib/zlib.h" #endif -- cgit v1.1