> EXIT_FAILURE is defined as -1 in NativeCreds.c, and is not only unused, but
> also incorrect, as it incorrectly redefines the existing EXIT_FAILURE, which
> is actually 1 on Windows, not -1. Can be safely commented out as it isn't
> used anywhere, except for in a call to ExitProcess which has
On Mon, 8 Aug 2022 05:45:03 GMT, Julian Waters wrote:
>> EXIT_FAILURE is defined as -1 in NativeCreds.c, and is not only unused, but
>> also incorrect, as it incorrectly redefines the existing EXIT_FAILURE, which
>> is actually 1 on Windows, not -1. Can be safely commented out as it isn't
>> u