Quick hack to fix duplicate symbol problem in static build caused by checkin for bug #83242

git-svn-id: svn://10.0.0.236/trunk@97666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2001-06-21 04:01:44 +00:00
parent 298c88af1d
commit 94d738dfb4
2 changed files with 6 additions and 1 deletions

View File

@ -45,6 +45,11 @@
#define DEBUG_METER(x)
#endif
#ifdef _IMPL_NS_XPRINT
#define nsGCCache nsGCCacheXlib
#define GCCacheEntry GCCacheEntryXlib
#endif
class nsGCCache;
class xGC {

View File

@ -65,7 +65,7 @@ EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) \
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_GFXONXP -DUSE_MOZILLA_TYPES -DUSE_XPRINT
DEFINES += -D_IMPL_NS_GFXONXP -DUSE_MOZILLA_TYPES -DUSE_XPRINT -D_IMPL_NS_XPRINT
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif