Mercurial > sdl-ios-xcode
comparison src/thread/riscos/SDL_systhread_c.h @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | d74fbf56f2f6 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 #ifdef DISABLE_THREADS | 23 #if SDL_THREADS_DISABLED |
24 | 24 |
25 typedef int SYS_ThreadHandle; | 25 typedef int SYS_ThreadHandle; |
26 | 26 |
27 #else | 27 #else |
28 | 28 |