diff options
Diffstat (limited to 'ide/Xcode3')
| -rw-r--r-- | ide/Xcode3/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ide/Xcode3/config.h b/ide/Xcode3/config.h index fade26562..f005035be 100644 --- a/ide/Xcode3/config.h +++ b/ide/Xcode3/config.h @@ -19,7 +19,11 @@ #define __APPLE_QUARTZ__ 1 #define HAVE_OVERLAY 0 #define HAVE_GL_OVERLAY HAVE_OVERLAY +#if defined(__ppc__) || defined(__ppc64__) +#define WORDS_BIGENDIAN 1 +#else #define WORDS_BIGENDIAN 0 +#endif #define U16 unsigned short #define U32 unsigned #define HAVE_DIRENT_H 1 |
