summaryrefslogtreecommitdiff
path: root/thread_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.h')
-rw-r--r--thread_win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread_win32.h b/thread_win32.h
index f0294ee7f6..994949d2b4 100644
--- a/thread_win32.h
+++ b/thread_win32.h
@@ -21,10 +21,10 @@
WINBASEAPI BOOL WINAPI
TryEnterCriticalSection(IN OUT LPCRITICAL_SECTION lpCriticalSection);
-typedef struct rb_thread_cond_struct {
+struct rb_thread_cond_struct {
struct cond_event_entry *next;
struct cond_event_entry *prev;
-} rb_nativethread_cond_t;
+};
typedef struct native_thread_data_struct {
HANDLE interrupt_event;