Bug 387399 Asian fonts are not rendered in web page on BIG ENDIAN machine

r=vladimir


git-svn-id: svn://10.0.0.236/trunk@229683 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ginn.chen%sun.com 2007-07-11 06:40:39 +00:00
parent 76b0cface8
commit aff6ac6bc5
4 changed files with 6 additions and 2 deletions

View File

@ -91,6 +91,6 @@ endif
FORCE_STATIC_LIB = 1
FORCE_USE_PIC = 1
LOCAL_INCLUDES += -I$(srcdir)
LOCAL_INCLUDES += -I$(srcdir) -I$(srcdir)/../../cairo/src
include $(topsrcdir)/config/rules.mk

View File

@ -26,6 +26,8 @@
#ifndef GLITZINT_H_INCLUDED
#define GLITZINT_H_INCLUDED
#include "cairo-platform.h"
#ifdef _MSC_VER
#define _USE_MATH_DEFINES
#endif

View File

@ -84,7 +84,7 @@ endif
EXPORTS = pixman.h pixman-remap.h
LOCAL_INCLUDES = -I$(srcdir)
LOCAL_INCLUDES += -I$(srcdir) -I$(srcdir)/../../cairo/src
FORCE_STATIC_LIB = 1
# This library is used by other shared libs in a static build

View File

@ -27,6 +27,8 @@
# include "config.h"
#endif
#include "cairo-platform.h"
#include "pixman.h"
#include <stdlib.h>