comparison src/thread/dc/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 b8d311d90021
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 /* Stub until we implement threads on this platform */
24 typedef struct kthread* SYS_ThreadHandle; 23 typedef struct kthread* SYS_ThreadHandle;
25 /*
26 #ifndef DISABLE_THREADS
27 #define DISABLE_THREADS
28 #endif
29 */