Skip to content

Commit 6b0f00c

Browse files
committed
Merge branch 'fsync-object-files-always'
Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 0425ffb + 14f0894 commit 6b0f00c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compat/mingw.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "win32.h"
1717
#include "win32/lazyload.h"
1818
#include "wrapper.h"
19+
#include "write-or-die.h"
1920
#include <aclapi.h>
2021
#include <conio.h>
2122
#include <sddl.h>
@@ -3492,6 +3493,7 @@ int wmain(int argc, const wchar_t **wargv)
34923493
#endif
34933494

34943495
maybe_redirect_std_handles();
3496+
fsync_object_files = 1;
34953497

34963498
/* determine size of argv and environ conversion buffer */
34973499
maxlen = wcslen(wargv[0]);

0 commit comments

Comments
 (0)