mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
440b08e4f0
Exit code constants on Windows, such as `STATUS_NO_MEMORY` do not fit in a 32-bit signed integer type. They do fit in an unsigned 32-bit type, but for compatibility with UNIX semantics we treat exit codes as signed. Use a 64-bit signed integer to handle both.
3.1 KiB
3.1 KiB