msvcrt: Fix read() behaviour on "no console" file descriptors.
commit9b2397d5c87969ce2a3c8dd24e2491b53ee018b1
authorPiotr Caban <piotr@codeweavers.com>
Wed, 15 Nov 2017 08:47:33 +0000 (15 09:47 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 15 Nov 2017 09:50:20 +0000 (15 10:50 +0100)
tree2434e59005f99ddca1604bb4883ca21940475647
parent677301a29cffa9474fcad4c284661171092510d5
msvcrt: Fix read() behaviour on "no console" file descriptors.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/file.c
dlls/msvcrt/tests/file.c