We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14a9204 + 8fb2552 commit 08ec2d1Copy full SHA for 08ec2d1
compat/mingw.c
@@ -19,6 +19,7 @@
19
#include "gettext.h"
20
#define SECURITY_WIN32
21
#include <sspi.h>
22
+#include "../write-or-die.h"
23
#include "../repository.h"
24
25
#define HCAST(type, handle) ((type)(intptr_t)handle)
@@ -3401,6 +3402,7 @@ int wmain(int argc, const wchar_t **wargv)
3401
3402
#endif
3403
3404
maybe_redirect_std_handles();
3405
+ fsync_object_files = 1;
3406
3407
/* determine size of argv and environ conversion buffer */
3408
maxlen = wcslen(wargv[0]);
0 commit comments