mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
This fixes cmd_winetest hanging on the echo Y | choice /C ABCXYZ /D A /T 2 test. - Reads the first character from stdin if stdin is not connected to a real console. - Ensures the timeout never goes negative if there is a problem reading stdin.