Mercurial > sdl-ios-xcode
diff include/SDL_byteorder.h @ 1190:173c063d4f55
OS/2 port!
This was mostly, if not entirely, written by "Doodle" and "Caetano":
doodle@scenergy.dfmk.hu
daniel@caetano.eng.br
--ryan.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 23 Nov 2005 07:29:56 +0000 |
parents | 0f9d463bf09c |
children | c9b51268668f |
line wrap: on
line diff
--- a/include/SDL_byteorder.h Wed Nov 23 07:23:48 2005 +0000 +++ b/include/SDL_byteorder.h Wed Nov 23 07:29:56 2005 +0000 @@ -55,9 +55,8 @@ (defined(__arm__) || defined(__thumb__)) || \ (defined(__sh__) || defined(__sh64__)) || \ (defined(__mips__) && defined(__MIPSEL__)) || \ - defined(__SYMBIAN32__) || \ - defined(__x86_64__) || \ - defined(__LITTLE_ENDIAN__) + defined(__SYMBIAN32__) || defined(__x86_64__) || \ + defined(__OS2__) || defined(__LITTLE_ENDIAN__) #define SDL_BYTEORDER SDL_LIL_ENDIAN #else #define SDL_BYTEORDER SDL_BIG_ENDIAN