Skip to content

Commit

Permalink
pa_win_ds.c: add comment to CLOSE_THREAD_HANDLE macro
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBencina authored Oct 3, 2024
1 parent 7398279 commit 62a946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hostapi/dsound/pa_win_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

#if !defined(__CYGWIN__) && !defined(UNDER_CE)
#define CREATE_THREAD (HANDLE)_beginthreadex
#define CLOSE_THREAD_HANDLE CloseHandle
#define CLOSE_THREAD_HANDLE CloseHandle /* NOTE: _beginthreadex requires handle to be closed with CloseHandle */
#define PA_THREAD_FUNC static unsigned WINAPI
#define PA_THREAD_ID unsigned
#else
Expand Down

0 comments on commit 62a946e

Please sign in to comment.