equal
deleted
inserted
replaced
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 |