comparison src/thread/generic/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
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 /* Stub until we implement threads on this platform */ 23 /* Stub until we implement threads on this platform */
24 typedef int SYS_ThreadHandle; 24 typedef int SYS_ThreadHandle;
25
26 #ifndef DISABLE_THREADS
27 #define DISABLE_THREADS
28 #endif