diff options
Diffstat (limited to 'include/bh/internal/thread_win.h')
| -rw-r--r-- | include/bh/internal/thread_win.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bh/internal/thread_win.h b/include/bh/internal/thread_win.h index 46365c8..d9d1f7e 100644 --- a/include/bh/internal/thread_win.h +++ b/include/bh/internal/thread_win.h @@ -39,6 +39,11 @@ struct bh_cond_s }; #endif +struct bh_spinlock_s +{ + LONG handle; +}; + int bh_thread_init_base(bh_thread_t *thread, bh_task_t *task, bh_thread_begin_cb_t begin, |
