Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mypyc] fix build on windows (python#11316)
Trying to fix mypyc/mypy_mypyc-wheels#28, not sure why other windows builds don't complain... ``` build\misc_ops.c(515): error C2065: 'ssize_t': undeclared identifier build\misc_ops.c(515): error C2146: syntax error: missing ';' before identifier 'n' build\misc_ops.c(515): error C2065: 'n': undeclared identifier build\misc_ops.c(517): error C2065: 'n': undeclared identifier build\misc_ops.c(520): error C2065: 'n': undeclared identifier build\misc_ops.c(521): error C2065: 'n': undeclared identifier ``` Co-authored-by: hauntsaninja <>
- Loading branch information