More Windows tests in the byteorder detection code.

This commit is contained in:
Ryan C. Gordon 2011-01-21 03:07:14 -05:00
parent f5e0dbe78b
commit 82b8546bc9
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ char *__PHYSFS_convertToDependent(const char *prepend,
#define PHYSFS_LIL_ENDIAN 1234
#define PHYSFS_BIG_ENDIAN 4321
#if defined(__i386__) || defined(__ia64__) || defined(WIN32) || \
#if defined(__i386__) || defined(__ia64__) || defined(_M_IX86) || defined(_M_IA64) || \
(defined(__alpha__) || defined(__alpha)) || \
defined(__arm__) || defined(ARM) || \
(defined(__mips__) && defined(__MIPSEL__)) || \