<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Should not try to fopen a file we already have open"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62735#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Should not try to fopen a file we already have open"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62735">bug 62735</a>
from <span class="vcard"><a class="email" href="mailto:adamreichold@myopera.com" title="Adam Reichold <adamreichold@myopera.com>"> <span class="fn">Adam Reichold</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=62735#c2">comment #2</a>)
<span class="quote">> Note, Windows doesn't have pread, so someone that cares about windows
> probably needs to write a windows version (or we can keep the old code
> around for windows, it should work since afaik you can't delete files in use
> in windows)</span >
I see. It may be worth it to replace the call to "pread" using Windows'
ReadFile with "overlapped I/O" since it would allow us to remove the
UniqueFileStream class. But we would have to carry around an OVERLAPPED
structure and use CreateFile to open the file, so it is probably easier to keep
both ways of doing things and just #ifdef accordingly...
In any case, I have to admit that I do not have a Windows machine around to
test any of this...</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>