Skip to content

win32/thread: use an atomic_bool for the thread killed flag

Steve Lhomme requested to merge robUx4/vlc:win32_killed into master

We only read it as a boolean and set a boolean value.

Merge request reports