diff options
Diffstat (limited to 'c/data.cpp')
-rw-r--r-- | c/data.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ void WaitFor(void (*f)(unsigned char*)) static auto procThread = [](void (*f)(unsigned char*)) noexcept -> void { + SET_TERMINATE; while (!(sig & READY)) Sleep(100); sig = 0; |