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 1cd24aa + 865c7a7 commit 820a229Copy full SHA for 820a229
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>
@@ -3492,6 +3493,7 @@ int wmain(int argc, const wchar_t **wargv)
3492
3493
#endif
3494
3495
maybe_redirect_std_handles();
3496
+ fsync_object_files = 1;
3497
3498
/* determine size of argv and environ conversion buffer */
3499
maxlen = wcslen(wargv[0]);
0 commit comments