From 33bfba86222efb6cc5b271b3e12b6cf3f38836c5 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 11 Feb 2018 15:34:30 -0500 Subject: Quake: attempt 2 Change-Id: I4285036e967d7f0722802d43cf2096c808ca5799 --- apps/plugins/sdl/src/thread/SDL_thread_c.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/sdl/src/thread/SDL_thread_c.h') diff --git a/apps/plugins/sdl/src/thread/SDL_thread_c.h b/apps/plugins/sdl/src/thread/SDL_thread_c.h index 9534c8a..1728a48 100644 --- a/apps/plugins/sdl/src/thread/SDL_thread_c.h +++ b/apps/plugins/sdl/src/thread/SDL_thread_c.h @@ -36,7 +36,8 @@ #elif SDL_THREAD_PTH #include "pth/SDL_systhread_c.h" #elif SDL_THREAD_PTHREAD -#include "pthread/SDL_systhread_c.h" +/* rockbox issues */ +//#include "pthread/SDL_systhread_c.h" #elif SDL_THREAD_SPROC #include "irix/SDL_systhread_c.h" #elif SDL_THREAD_WIN32 -- cgit v1.1