On 2/25/2012 00:19, Robert van Herk wrote:
Windows fopen has some fancy file modes 'T' and 'D'.
Currently, wine wrongly interprets 'T' as 't'. They should be interpreted differently though: 't' is text file, and 'T' is temporary file.

I've fixed this, and added a conformance test.

Test ran on Windows 7 Home Premium.

Kind regards,
Robert


 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
You clearly don't need a new file for that, please place it into existing file.c.