Gregory Szorc wrote:

Files are opened with _fopen() in "a+" mode if it matters. I can also repro in 
"a" mode.
...

Short of going full overlapped I/O

Overlapped I/O isn't supported for operations that change the valid data length of the file.
http://blogs.msdn.com/b/oldnewthing/archive/2011/09/23/10215586.aspx

--
Warning: May contain traces of nuts.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to