msvcrt/file.c: file mode T (temporary file)

Nikolay Sivov bunglehead at gmail.com
Sat Feb 25 04:53:30 CST 2012


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20120225/4a264ce8/attachment.html>


More information about the wine-devel mailing list