summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/common/stubs.c7
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)
265} 265}
266 266
267const char* dir_thumbnail_name = ".dirname.tbx"; 267const char* dir_thumbnail_name = ".dirname.tbx";
268
269/* FIXME: this shoudn't be a stub, rather the real thing.
270 I'm afraid on Win32/X11 it'll be hard to kill a thread from outside. */
271void remove_thread(int threadnum)
272{
273 (void)threadnum;
274}