mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 19:24:30 -05:00
Avoid a compiler warning when configured with --disable-threads
This commit is contained in:
@@ -23,4 +23,6 @@
|
||||
/* Stub until we implement threads on this platform */
|
||||
typedef int SYS_ThreadHandle;
|
||||
|
||||
#ifndef DISABLE_THREADS
|
||||
#define DISABLE_THREADS
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user