diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-09-03 20:27:58 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-09-03 22:47:58 +0900 |
commit | c60a52954378a0e28ab0c05718c81a2bb1aeb7c6 () | |
tree | b268c75734ba96845e44ed09655739a1779acc38 /thread_win32.h | |
parent | 94845d01704b213e00e947e85d218a145299c1ef (diff) |
Get rid of duplicate typedef
-rw-r--r-- | thread_win32.h | 4 |
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; |