Skip to content

Commit

Permalink
Correct typos for Win32 threads defs
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 14, 2024
1 parent 35bd279 commit 90fbbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5TSprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ typedef DWORD H5TS_thread_ret_t;
typedef DWORD H5TS_key_t;
typedef CRITICAL_SECTION H5TS_CAPABILITY("mutex") H5TS_mutex_t;
typedef CONDITION_VARIABLE H5TS_cond_t;
typedef PINIT_ONCE H5TS_once_t;
typedef PINIT_ONCE_FN H5TS_once_init_func_t
typedef INIT_ONCE H5TS_once_t;
typedef PINIT_ONCE_FN H5TS_once_init_func_t;
#else
typedef pthread_t H5TS_thread_t;
typedef void *(*H5TS_thread_start_func_t)(void *);
Expand Down

0 comments on commit 90fbbee

Please sign in to comment.