diff include/SDL_byteorder.h @ 24:71bf2ad74dfa

Fixed endian detection on IA64 architectures (thanks Bill!)
author Sam Lantinga <slouken@lokigames.com>
date Thu, 10 May 2001 20:25:51 +0000
parents cf2af46e9e2a
children 83018110dce8
line wrap: on
line diff
--- a/include/SDL_byteorder.h	Thu May 10 20:20:50 2001 +0000
+++ b/include/SDL_byteorder.h	Thu May 10 20:25:51 2001 +0000
@@ -39,7 +39,7 @@
    script so that application code can use this too.  The "right" way would
    be to dynamically generate this file on install, but that's a lot of work.
  */
-#if  defined(__i386__) || defined(WIN32) || \
+#if  defined(__i386__) || defined(__ia64__) || defined(WIN32) || \
     (defined(__alpha__) || defined(__alpha)) || \
      defined(__arm__) || \
     (defined(__mips__) && defined(__MIPSEL__)) || \