Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Foundation: explicitly cast value on Windows for 32-bits
The `ERROR_CANCELLED` constant is imported as an `Int`, but `POSIXError` expects an `Int32`. Explicitly cast the value to make the 32-bit builds clean.
- Loading branch information