comparison include/SDL_platform.h @ 3888:6d2e1961661a SDL-1.2

Removed broken AmigaOS support. Fixes Bugzilla #337.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 03:58:27 +0000
parents 54f63955dc1f
children 73d04b25c118 e27bdcc80744 0f62c4ae1cd5 a1b03ba2fcd0
comparison
equal deleted inserted replaced
3887:9dcceea84416 3888:6d2e1961661a
26 #define _SDL_platform_h 26 #define _SDL_platform_h
27 27
28 #if defined(_AIX) 28 #if defined(_AIX)
29 #undef __AIX__ 29 #undef __AIX__
30 #define __AIX__ 1 30 #define __AIX__ 1
31 #endif
32 #if defined(AMIGA) || defined(__AMIGA) || defined(__amigados__)
33 #undef __AMIGA__
34 #define __AMIGA__ 1
35 #endif 31 #endif
36 #if defined(__BEOS__) 32 #if defined(__BEOS__)
37 #undef __BEOS__ 33 #undef __BEOS__
38 #define __BEOS__ 1 34 #define __BEOS__ 1
39 #endif 35 #endif