summaryrefslogtreecommitdiff
path: root/include/SDL_endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SDL_endian.h')
-rw-r--r--include/SDL_endian.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SDL_endian.h b/include/SDL_endian.h
index 1fb772e2..6257a649 100644
--- a/include/SDL_endian.h
+++ b/include/SDL_endian.h
@@ -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