Mercurial > sdl-ios-xcode
comparison src/thread/SDL_thread_c.h @ 2062:c9aa6bcb26f3
Removed AmigaOS code for 1.3 branch.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 29 Oct 2006 04:09:17 +0000 |
parents | c121d94672cb |
children | e27bdcc80744 |
comparison
equal
deleted
inserted
replaced
2061:6051761b5934 | 2062:c9aa6bcb26f3 |
---|---|
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 |