Skip to content

rts: Fix joinOSThread on Windows

Ben Gamari requested to merge wip/joinOSThread into master

Previously we were treating the thread ID as a HANDLE, but it is not. We must first OpenThread.

Edited by Ben Gamari

Merge request reports