Commit 56414084 authored by Sam Lantinga's avatar Sam Lantinga

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40129
parent 5554c9e5
...@@ -23,4 +23,6 @@ ...@@ -23,4 +23,6 @@
/* Stub until we implement threads on this platform */ /* Stub until we implement threads on this platform */
typedef int SYS_ThreadHandle; typedef int SYS_ThreadHandle;
#ifndef DISABLE_THREADS
#define DISABLE_THREADS #define DISABLE_THREADS
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment