Simplify the code for fputwc, when the file is opened in text mode.
authorColin Finck <colin@reactos.org>
Wed, 2 Jul 2008 16:07:01 +0000 (16:07 +0000)
committerColin Finck <colin@reactos.org>
Wed, 2 Jul 2008 16:07:01 +0000 (16:07 +0000)
commitd1a42af5b78f32734d0ac36aac7942fbb9c7cf66
treeab8f56f04e3bbe782ba3ab37c1062a86e85ae4ee
parent9bd1f760d59f4f942cb9fa650a2614883a3ddb02
Simplify the code for fputwc, when the file is opened in text mode.
I verified this behaviour with a test app under Windows XP SP2. This is also the code used by the fputwc function of our previous msvcrt.

svn path=/trunk/; revision=34266
reactos/lib/sdk/crt/stdio/file.c