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