summaryrefslogtreecommitdiff
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 63e0713bdc..4febe15a96 100644
--- a/thread_win32.h
+++ b/thread_win32.h
@@ -21,7 +21,7 @@
WINBASEAPI BOOL WINAPI
TryEnterCriticalSection(IN OUT LPCRITICAL_SECTION lpCriticalSection);
-typedef HANDLE rb_thread_id_t;
+typedef HANDLE rb_nativethread_id_t;
typedef union rb_thread_lock_union {
HANDLE mutex;