Added check for AMD x86-64 ("Hammer") architecture in byte order determination.

This commit is contained in:
Ryan C. Gordon 2002-10-14 05:05:04 +00:00
parent 392ac3b23b
commit f5c21170db

View File

@ -44,6 +44,7 @@ static char rcsid =
defined(__arm__) || \
(defined(__mips__) && defined(__MIPSEL__)) || \
defined(__SYMBIAN32__) || \
defined(__x86_64__) || \
defined(__LITTLE_ENDIAN__)
#define SDL_BYTEORDER SDL_LIL_ENDIAN
#else