aboutsummaryrefslogtreecommitdiffstats
path: root/thread_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.h')
-rw-r--r--thread_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_win32.h b/thread_win32.h
index 4febe15a96..c44fd91f2d 100644
--- a/thread_win32.h
+++ b/thread_win32.h
@@ -31,7 +31,7 @@ typedef union rb_thread_lock_union {
typedef struct rb_thread_cond_struct {
struct cond_event_entry *next;
struct cond_event_entry *prev;
-} rb_thread_cond_t;
+} rb_nativethread_cond_t;
typedef struct native_thread_data_struct {
HANDLE interrupt_event;