Avoid a compiler warning when configured with --disable-threads

This commit is contained in:
Sam Lantinga 2001-07-31 00:32:27 +00:00
parent 0166cd5b97
commit 70e1d99b9d

View File

@ -23,4 +23,6 @@
/* Stub until we implement threads on this platform */
typedef int SYS_ThreadHandle;
#ifndef DISABLE_THREADS
#define DISABLE_THREADS
#endif