summaryrefslogtreecommitdiff
path: root/thread_win32.h
diff options
context:
space:
mode:
-rw-r--r--thread_win32.h4
1 files changed, 2 insertions, 2 deletions
@@ -21,10 +21,10 @@
WINBASEAPI BOOL WINAPI
TryEnterCriticalSection(IN OUT LPCRITICAL_SECTION lpCriticalSection);
-typedef 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;