Skip to content

Commit 39f600e

Browse files
committed
Fixed MSVC compilation.
1 parent 4975b8f commit 39f600e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pl-thread.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ get_windows_thread(PL_thread_info_t *info)
236236
__try
237237
{ wt = pthread_getw32threadhandle_np(info->tid);
238238
} __except(EXCEPTION_EXECUTE_HANDLER)
239+
{
240+
}
239241
return wt;
240242
#else
241243
return OpenThread(THREAD_ALL_ACCESS, false, info->w32id);

0 commit comments

Comments
 (0)