Make fb build on darwin/ppc without addition #define hacks

This commit is contained in:
Adam Jackson 2005-11-15 00:29:23 +00:00
parent 16b315affa
commit fb2d9df869

View File

@ -168,7 +168,7 @@ SOFTWARE.
#endif /* hpux || __hppa__ */
#if defined(__powerpc__)
#if defined(__powerpc__) || defined(__ppc__)
#define IMAGE_BYTE_ORDER MSBFirst
#define BITMAP_BIT_ORDER MSBFirst