summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/src')
-rw-r--r--apps/plugins/sdl/src/thread/SDL_thread_c.h23
1 files changed, 5 insertions, 18 deletions
diff --git a/apps/plugins/sdl/src/thread/SDL_thread_c.h b/apps/plugins/sdl/src/thread/SDL_thread_c.h
index d0804e9a81..1cd6835d6f 100644
--- a/apps/plugins/sdl/src/thread/SDL_thread_c.h
+++ b/apps/plugins/sdl/src/thread/SDL_thread_c.h
@@ -24,24 +24,11 @@
24#ifndef _SDL_thread_c_h 24#ifndef _SDL_thread_c_h
25#define _SDL_thread_c_h 25#define _SDL_thread_c_h
26 26
27/* Need the definitions of SYS_ThreadHandle */ 27#ifndef SDL_THREAD_ROCKBOX
28#if SDL_THREADS_DISABLED 28#define SDL_THREAD_ROCKBOX 1
29#include "generic/SDL_systhread_c.h" 29#endif
30#elif SDL_THREAD_BEOS 30
31#include "beos/SDL_systhread_c.h" 31#if SDL_THREAD_ROCKBOX
32#elif SDL_THREAD_DC
33#include "dc/SDL_systhread_c.h"
34#elif SDL_THREAD_OS2
35#include "os2/SDL_systhread_c.h"
36#elif SDL_THREAD_PTH
37#include "pth/SDL_systhread_c.h"
38#elif SDL_THREAD_SPROC
39#include "irix/SDL_systhread_c.h"
40#elif SDL_THREAD_WIN32
41#include "win32/SDL_systhread_c.h"
42#elif SDL_THREAD_SYMBIAN
43#include "symbian/SDL_systhread_c.h"
44#elif SDL_THREAD_ROCKBOX
45#include "rockbox/SDL_systhread_c.h" 32#include "rockbox/SDL_systhread_c.h"
46#else 33#else
47#error Need thread implementation for this platform 34#error Need thread implementation for this platform