comparison src/thread/generic/SDL_systhread_c.h @ 128:8f7b9d6be8cc

Avoid a compiler warning when configured with --disable-threads
author Sam Lantinga <slouken@libsdl.org>
date Tue, 31 Jul 2001 00:32:27 +0000
parents 74212992fb08
children e8157fcb3114
comparison
equal deleted inserted replaced
127:0bcae11eba14 128:8f7b9d6be8cc
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 25
26 #ifndef DISABLE_THREADS
26 #define DISABLE_THREADS 27 #define DISABLE_THREADS
28 #endif