msvcrt: Fix fflush() of files opened for read.
commit19a088202a21bbc9d77103d3ee5f696d6a08defc
authorAlexandre Julliard <julliard@winehq.org>
Fri, 24 Mar 2006 16:53:12 +0000 (24 16:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Mar 2006 09:30:50 +0000 (27 11:30 +0200)
tree1bed4c5b6bd1a4fb30ebff08a8ac641c38ce555d
parent56de92d795fa250c2a35d89189ce6543951333b7
msvcrt: Fix fflush() of files opened for read.

Some apps, for no particular reason, call fflush() on files opened for
read.  This keeps them from tripping over their shoelaces.
dlls/msvcrt/file.c