Commits
Albert Cheng committed d9adf2d78d3
[svn-r19785] Bug 1917: Disabled an incorrect condition that whether STDIO VFD supports larger than 32bits I/O depends on the support of fseeko. Windows does not use that. Instead, it uses _fseeki64 to support larger than 32bits I/O. Tested: jam (linus) and bangan (windows)