msvcrt: Add cast to avoid 'long' types warning in _beginthreadex.
commit800971f9344e67067f0c8c96a8ffb4c264414d4d
authorEric Pouech <eric.pouech@gmail.com>
Thu, 3 Feb 2022 10:50:24 +0000 (3 11:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 Feb 2022 20:06:02 +0000 (3 21:06 +0100)
tree0189c4b9988b5dc0bb4ca210e0ed37cf57924cf0
parent3fb30b5d75a201b9afb8f1cfaa978faa35499cbf
msvcrt: Add cast to avoid 'long' types warning in _beginthreadex.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/thread.c