mirror of https://github.com/fltk/fltk
WORDS_BIGENDIAN has an architecture-dependent value.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8491 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
85256d15c4
commit
803a7c4d52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue