[PATCH] msvcrt: Use InitOnceExecuteOnce to allocate TLS index.

Piotr Caban piotr.caban at gmail.com
Wed Feb 2 15:31:03 CST 2022


> On 2 Feb 2022, at 22:12, Zebediah Figura <zfigura at codeweavers.com> wrote:
> 
> What's the point of doing it this way, instead of the way it was previously done?
> 
The main reason for this patch is to avoid casts after LONG transition. It also fixes a hypothetical race error when there’s only one slot left.



More information about the wine-devel mailing list