Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #8678, reading large files on windows
read() on windows takes a uint, so apply a similar io limit per call as done on mac (directly reusing the same code would give a compiler warning, since long is 32 bits on windows) (cherry picked from commit 46e1598) ref #8689
- Loading branch information