Sweden-Number/dlls/msvcirt
Arkadiusz Hiler f4bb6abebc msvcirt: Correct the behavior of filebuf::setbuf().
While implementing ifstream::setbuf() it turned out that filebuf::setbuf(),
behaves a bit different on Windows than our implementation.

It seems to reimplement streambuf::setbuf() with a very minor difference - it
doesn't ever set unbuffered to 0 and allows to change the underlying buffer as
long as the file is not opened.

Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-04 15:41:43 +02:00
..
tests msvcirt: Correct the behavior of filebuf::setbuf(). 2020-09-04 15:41:43 +02:00
Makefile.in makefiles: Explicitly import msvcrt in modules that need specific crt version. 2020-03-20 19:32:04 +01:00
msvcirt.c msvcirt: Correct the behavior of filebuf::setbuf(). 2020-09-04 15:41:43 +02:00
msvcirt.h
msvcirt.spec msvcirt: Implement most of ifstream. 2020-09-03 14:52:55 +02:00