Make fb build on darwin/ppc without addition #define hacks
This commit is contained in:
parent
16b315affa
commit
fb2d9df869
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue