From 725f334f36626c15fcb5e337191f62b065b28a95 Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Mon, 28 May 2001 08:58:53 +0000 Subject: #87482# patch for PPC --- psprint/source/fontsubset/sft.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'psprint/source') 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 -- cgit