Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target: define
ssize_t
and mode_t
for MSVC
MSVC doesn't have either of these symbols defined. However, they are just alises for existing types, so manually redefine these in the target header file. Signed-off-by: Sean Cross <[email protected]>
- Loading branch information