| Index: remoting/base/decompressor_zlib.cc
|
| ===================================================================
|
| --- remoting/base/decompressor_zlib.cc (revision 74874)
|
| +++ remoting/base/decompressor_zlib.cc (working copy)
|
| @@ -6,13 +6,6 @@
|
|
|
| #if defined(USE_SYSTEM_ZLIB)
|
| #include <zlib.h>
|
| -// 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_inflateInit_ inflateInit_
|
| #else
|
| #include "third_party/zlib/zlib.h"
|
| #endif
|
|
|