7 Feb
2018
7 Feb
'18
7:26 p.m.
Oded Elisha <oded123456(a)gmail.com> writes:
@@ -1404,6 +1406,10 @@ BOOL WINAPI MoveFileWithProgressW( LPCWSTR source, LPCWSTR dest, } }
+ if (should_sync) { + sync(); + } +
That's not the right way to flush a file. You probably want something like FlushFileBuffers. -- Alexandre Julliard julliard(a)winehq.org