Re: [PATCH v4] compat/winansi: check for errors of CreateThread() correctly
From: Junio C Hamano <hidden> Date: 2023-02-01 22:37:53
"Rose via GitGitGadget" [off-list ref] writes:
From: Seija Kijin <redacted>
The return value for failed thread creation is NULL,
not INVALID_HANDLE_VALUE, unlike other Windows API functions.
Signed-off-by: Seija Kijin <redacted>
---
Thanks. Will queue with the Ack by j6t given earlier.