Bug 226733 build bustage fix.
git-svn-id: svn://10.0.0.236/trunk@158057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -7,3 +7,6 @@ Mozilla.org changes:
|
||||
|
||||
- 17 June 2004
|
||||
Add mozzconf.h
|
||||
|
||||
- 17 June 2004
|
||||
Turn off ZLIB_DLL to fix static build bustage
|
||||
|
||||
@@ -37,6 +37,12 @@
|
||||
#ifndef MOZZCONF_H
|
||||
#define MOZZCONF_H
|
||||
|
||||
#ifdef XP_WIN
|
||||
#ifdef ZLIB_DLL
|
||||
#undef ZLIB_DLL
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Symbols from zlib.def */
|
||||
#define zlibVersion MOZ_Z_zlibVersion
|
||||
#define deflate MOZ_Z_deflate
|
||||
|
||||
Reference in New Issue
Block a user