18 Jun
2018
18 Jun
'18
6:18 a.m.
Hi Fabian, On 06/17/18 19:48, Fabian Maurer wrote:
-#define LOCK_EXIT _mlock(_EXIT_LOCK1) -#define UNLOCK_EXIT _munlock(_EXIT_LOCK1) It's still needed to hold the exit lock. Older versions of msvcrt were doing it (I didn't test if newer versions are still using this lock).
Thanks, Piotr