diff options
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r-- | uisimulator/common/stubs.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index fab61b8ed3..891a1110fc 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -265,3 +265,10 @@ int talk_spell(char* spell, bool enqueue) } const char* dir_thumbnail_name = ".dirname.tbx"; + +/* FIXME: this shoudn't be a stub, rather the real thing. + I'm afraid on Win32/X11 it'll be hard to kill a thread from outside. */ +void remove_thread(int threadnum) +{ + (void)threadnum; +} |