[PATCH 2/4] msvcrt: Use trampoline for _beginthreadex().

Dmitry Timoshkov dmitry at baikal.ru
Mon May 3 08:24:40 CDT 2021


Arkadiusz Hiler <ahiler at codeweavers.com> wrote:

> +  thread = CreateThread(security, stack_size, _beginthreadex_trampoline,
> +          trampoline, initflag | CREATE_SUSPENDED, thrdaddr);

What's the reason of unconditionally creating a suspended thread?

-- 
Dmitry.



More information about the wine-devel mailing list