Bustage fix attempt from bug 332115.
This commit is contained in:
Родитель
ddc19fa107
Коммит
1a5372d84e
|
@ -37,9 +37,9 @@
|
||||||
#ifndef MOZZCONF_H
|
#ifndef MOZZCONF_H
|
||||||
#define MOZZCONF_H
|
#define MOZZCONF_H
|
||||||
|
|
||||||
#ifdef MOZ_ENABLE_LIBXUL
|
#if defined(XP_WIN) && defined(ZLIB_DLL)
|
||||||
#undef ZLIB_DLL
|
#undef ZLIB_DLL
|
||||||
#elif defined(HAVE_VISIBILITY_ATTRIBUTE)
|
#elif defined(HAVE_VISIBILITY_ATTRIBUTE) && !defined(MOZ_ENABLE_LIBXUL)
|
||||||
#define ZEXTERN __attribute__((visibility ("default"))) extern
|
#define ZEXTERN __attribute__((visibility ("default"))) extern
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче