Skip to content

Commit f2e5acc

Browse files
RubyTheRoobsterthewilsonator
authored andcommitted
Fix Issue 10774
1 parent 0eff63b commit f2e5acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/mmfile.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ class MmFile
422422
version (Windows)
423423
{
424424
FlushViewOfFile(data.ptr, data.length);
425+
FlushFileBuffers(hFile);
425426
}
426427
else version (Posix)
427428
{

0 commit comments

Comments
 (0)