Mercurial > sdl-ios-xcode
comparison include/SDL_endian.h @ 1423:4ed717f9e509
Updated for Visual Studio Express 2005
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 08:17:28 +0000 |
parents | 3e171fa5f4df |
children | bf867c1e57e3 |
comparison
equal
deleted
inserted
replaced
1422:d2ee8da60262 | 1423:4ed717f9e509 |
---|---|
31 #define SDL_LIL_ENDIAN 1234 | 31 #define SDL_LIL_ENDIAN 1234 |
32 #define SDL_BIG_ENDIAN 4321 | 32 #define SDL_BIG_ENDIAN 4321 |
33 | 33 |
34 #ifndef SDL_BYTEORDER /* Not defined in SDL_config.h? */ | 34 #ifndef SDL_BYTEORDER /* Not defined in SDL_config.h? */ |
35 #if (defined(__i386__) || defined(__i386)) || \ | 35 #if (defined(__i386__) || defined(__i386)) || \ |
36 defined(_M_IX86) || \ | |
36 defined(__ia64__) || defined(__x86_64__) || \ | 37 defined(__ia64__) || defined(__x86_64__) || \ |
37 (defined(__alpha__) || defined(__alpha)) || \ | 38 (defined(__alpha__) || defined(__alpha)) || \ |
38 (defined(__arm__) || defined(__thumb__)) || \ | 39 (defined(__arm__) || defined(__thumb__)) || \ |
39 (defined(__sh__) || defined(__sh64__)) || \ | 40 (defined(__sh__) || defined(__sh64__)) || \ |
40 (defined(__mips__) && defined(__MIPSEL__)) || \ | 41 (defined(__mips__) && defined(__MIPSEL__)) || \ |