<html>
<head>
</head>
<body class='hmmessage'><div dir='ltr'>


<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style><div dir="ltr">> So what actually prevents you from properly implementing this? Especially <br><div>> that Wine already supports temporary files. Search for MSVCRT__O_TEMPORARY<br>><br>> Vitaliy.<br><br>I wrote a new version that maps<br>'D' -> MSVCRT__O_TEMPORARY, and<br>'T' -> MSVCRT__O_SHORT_LIVED | MSVCRT__O_TEMPORARY<br><br>I deliberately included MSVCRT__O_TEMPORARY in 'T': on Windows, when a file is opened in 'T' mode, a subsequent call to GetFileAttributes(tempfile) show that the FILE_ATTRIBUTE_TEMPORARY flag is set, so this seemed like to most sensible thing to do.<br><br>I updated the conformance test such that it checks that the file is actually deleted after fclose.<br><br>Kind regards,<br>Robert van Herk<br></div></div>                                          </div></body>
</html>