[OS/2] Bug 404407: improve memory consumption on OS/2. Part 2, activate OS/2 API calls in cairo, r=wuno@lsvw.de

This commit is contained in:
mozilla@weilbacher.org 2008-01-22 15:00:03 -08:00
parent 832b690be4
commit be1d05c95c

View File

@ -153,6 +153,10 @@ EXPORTS += $(PDF_EXPORTS)
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
DEFINES += -DOS2_USE_PLATFORM_ALLOC
ifdef MOZ_OS2_HIGH_MEMORY
DEFINES += -DOS2_HIGH_MEMORY
endif
CSRCS += cairo-os2-surface.c
EXPORTS += cairo-os2.h cairo-os2-private.h
CSRCS += $(PSPDF_BASE_CSRCS) $(PDF_CSRCS)