Skip to content

Commit

Permalink
Get Microsoft's preprocessor symbols in there
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 6, 2006
1 parent e8064cd commit 5637b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_endian.h
Expand Up @@ -33,9 +33,9 @@

#ifndef SDL_BYTEORDER /* Not defined in SDL_config.h? */
#if defined(__hppa__) || \
defined(__m68k__) || defined(mc68000) || \
defined(__m68k__) || defined(mc68000) || defined(_M_M68K) || \
(defined(__MIPS__) && defined(__MISPEB__)) || \
defined(__ppc__) || defined(__POWERPC__) || \
defined(__ppc__) || defined(__POWERPC__) || defined(_M_PPC) || \
defined(__sparc__)
#define SDL_BYTEORDER SDL_BIG_ENDIAN
#else
Expand Down

0 comments on commit 5637b4e

Please sign in to comment.