diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-05-28 08:58:53 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-05-28 08:58:53 +0000 |
commit | 725f334f36626c15fcb5e337191f62b065b28a95 (patch) | |
tree | 3ce4bc36a984cbb50dbabf7a7e31ee0c7c822532 /psprint/source | |
parent | 0827465e17854b47c5fe078340bb3da8a393f280 (diff) |
#87482# patch for PPC
Diffstat (limited to 'psprint/source')
-rw-r--r-- | psprint/source/fontsubset/sft.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/psprint/source/fontsubset/sft.h b/psprint/source/fontsubset/sft.h index 1c94d8bda8a7..801ef490ce31 100644 --- a/psprint/source/fontsubset/sft.h +++ b/psprint/source/fontsubset/sft.h @@ -2,9 +2,9 @@ * * $RCSfile: sft.h,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: pl $ $Date: 2001-05-08 11:45:37 $ + * last change: $Author: pl $ $Date: 2001-05-28 09:58:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -/* $Id: sft.h,v 1.1.1.1 2001-05-08 11:45:37 pl Exp $ */ +/* $Id: sft.h,v 1.2 2001-05-28 09:58:53 pl Exp $ */ /** * @@ -115,6 +115,12 @@ extern "C" { #endif #endif +#if defined(__powerpc__) || defined(POWERPC) +#ifndef G_BIG_ENDIAN +#define G_BIG_ENDIAN +#endif +#endif + #ifdef __i386 #ifndef G_LITTLE_ENDIAN #define G_LITTLE_ENDIAN |