Bustage fix attempt from bug 332115.

This commit is contained in:
benjamin%smedbergs.us 2006-04-27 15:15:48 +00:00
parent cfa4b0b6f3
commit 4f95c4bf02

View File

@ -37,9 +37,9 @@
#ifndef MOZZCONF_H
#define MOZZCONF_H
#ifdef MOZ_ENABLE_LIBXUL
#if defined(XP_WIN) && defined(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
#endif