We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02ad421 + efe558f commit 1d644a5Copy full SHA for 1d644a5
1 file changed
compat/mingw.c
@@ -16,6 +16,7 @@
16
#include "win32.h"
17
#include "win32/lazyload.h"
18
#include "wrapper.h"
19
+#include "write-or-die.h"
20
#include <aclapi.h>
21
#include <conio.h>
22
#include <sddl.h>
@@ -3744,6 +3745,7 @@ int wmain(int argc, const wchar_t **wargv)
3744
3745
3746
maybe_redirect_std_handles();
3747
adjust_symlink_flags();
3748
+ fsync_object_files = 1;
3749
3750
/* determine size of argv and environ conversion buffer */
3751
maxlen = wcslen(wargv[0]);
0 commit comments