зеркало из https://github.com/github/ruby.git
Get rid of duplicate typedef
This commit is contained in:
Родитель
94845d0170
Коммит
c60a529543
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче