Mercurial > sdl-ios-xcode
comparison src/thread/SDL_thread_c.h @ 3272:e8f63b28947d
Removed outdated Dreamcast support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 07:21:22 +0000 |
parents | a67a961e2171 |
children | 0d1b16ee0bca |
comparison
equal
deleted
inserted
replaced
3271:32fc3ba8df0b | 3272:e8f63b28947d |
---|---|
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_BEOS | 30 #elif SDL_THREAD_BEOS |
31 #include "beos/SDL_systhread_c.h" | 31 #include "beos/SDL_systhread_c.h" |
32 #elif SDL_THREAD_DC | |
33 #include "dc/SDL_systhread_c.h" | |
34 #elif SDL_THREAD_EPOC | 32 #elif SDL_THREAD_EPOC |
35 #include "epoc/SDL_systhread_c.h" | 33 #include "epoc/SDL_systhread_c.h" |
36 #elif SDL_THREAD_PTH | 34 #elif SDL_THREAD_PTH |
37 #include "pth/SDL_systhread_c.h" | 35 #include "pth/SDL_systhread_c.h" |
38 #elif SDL_THREAD_PTHREAD | 36 #elif SDL_THREAD_PTHREAD |