comparison src/thread/SDL_thread_c.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 d910939febfa
children e85e65aec22f
comparison
equal deleted inserted replaced
3887:9dcceea84416 3888:6d2e1961661a
25 #define _SDL_thread_c_h 25 #define _SDL_thread_c_h
26 26
27 /* Need the definitions of SYS_ThreadHandle */ 27 /* Need the definitions of SYS_ThreadHandle */
28 #if SDL_THREADS_DISABLED 28 #if SDL_THREADS_DISABLED
29 #include "generic/SDL_systhread_c.h" 29 #include "generic/SDL_systhread_c.h"
30 #elif SDL_THREAD_AMIGA
31 #include "amigaos/SDL_systhread_c.h"
32 #elif SDL_THREAD_BEOS 30 #elif SDL_THREAD_BEOS
33 #include "beos/SDL_systhread_c.h" 31 #include "beos/SDL_systhread_c.h"
34 #elif SDL_THREAD_DC 32 #elif SDL_THREAD_DC
35 #include "dc/SDL_systhread_c.h" 33 #include "dc/SDL_systhread_c.h"
36 #elif SDL_THREAD_EPOC 34 #elif SDL_THREAD_EPOC