Skip to content

Commit

Permalink
Added ARM and SH4 detection for WinCE development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 6, 2006
1 parent e6ed0e5 commit 2f6c3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_endian.h
Expand Up @@ -36,8 +36,8 @@
defined(_M_IX86) || \
defined(__ia64__) || defined(__x86_64__) || \
(defined(__alpha__) || defined(__alpha)) || \
(defined(__arm__) || defined(__thumb__)) || \
(defined(__sh__) || defined(__sh64__)) || \
(defined(__arm__) || defined(__thumb__) || defined(_ARM_)) || \
(defined(__sh__) || defined(__sh64__) || defined(_SH4_)) || \
(defined(__mips__) && defined(__MIPSEL__)) || \
defined(__SYMBIAN32__) || defined(__OS2__)
#define SDL_BYTEORDER SDL_LIL_ENDIAN
Expand Down

0 comments on commit 2f6c3b3

Please sign in to comment.