summaryrefslogtreecommitdiff
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread_win32.c b/thread_win32.c
index be3f614fff..d4db9e3824 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -811,6 +811,7 @@ native_set_thread_name(rb_thread_t *th)
{
}
+#if USE_MJIT
static unsigned long __stdcall
mjit_worker(void *arg)
{
@@ -833,5 +834,6 @@ rb_thread_create_mjit_thread(void (*worker_func)(void))
w32_resume_thread(thread_id);
return TRUE;
}
+#endif
#endif /* THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION */