Bug 332115 - hide a bunch of symbols when building libxul, fix the thebes symbols so that they are exported/imported sanely, and some other graphics-related linking/visibility fixups, r=darin+vlad
git-svn-id: svn://10.0.0.236/trunk@195565 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -37,11 +37,9 @@
|
||||
#ifndef MOZZCONF_H
|
||||
#define MOZZCONF_H
|
||||
|
||||
#if defined(XP_WIN) && defined(ZLIB_DLL) && !defined(MOZ_ENABLE_LIBXUL)
|
||||
#ifdef MOZ_ENABLE_LIBXUL
|
||||
#undef ZLIB_DLL
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_VISIBILITY_ATTRIBUTE
|
||||
#elif defined(HAVE_VISIBILITY_ATTRIBUTE)
|
||||
#define ZEXTERN __attribute__((visibility ("default"))) extern
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user