Commit c70d88f19a169778e386db532d268321425e6cdd

Nick Wellnhofer 2025-07-20T13:03:59

io: Fix reading from pipes like stdin on Windows On Windows, lseek doesn't return an error on unseekable streams like pipes. Fixes #951.