[PATCH v2] msvcrt: Use already existent oneexit_table functions for _onexit and _c_exit

Piotr Caban piotr.caban at gmail.com
Mon Jun 18 06:18:57 CDT 2018


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



More information about the wine-devel mailing list