<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 2/25/2012 00:19, Robert van Herk wrote:
    <blockquote cite="mid:BAY155-W6081EAC655C929834EB865BA6A0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div dir="ltr">
        Windows fopen has some fancy file modes 'T' and 'D'.<br>
        Currently, wine wrongly interprets 'T' as 't'. They should be
        interpreted differently though: 't' is text file, and 'T' is
        temporary file.<br>
        <br>
        I've fixed this, and added a conformance test.<br>
        <br>
        Test ran on Windows 7 Home Premium.<br>
        <br>
        Kind regards,<br>
        Robert<br>
      </div>
      <br>
    </blockquote>
    <br>
    <blockquote type="cite">
      <pre wrap=""> dlls/msvcrt/file.c            |    8 +++++-
 dlls/msvcrt/tests/Makefile.in |    1 +
 dlls/msvcrt/tests/filemodeT.c |   61 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 69 insertions(+), 1 deletions(-)
 create mode 100644 dlls/msvcrt/tests/filemodeT.c</pre>
    </blockquote>
    You clearly don't need a new file for that, please place it into
    existing file.c.<br>
  </body>
</html>