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 85ca082 + 942530d commit 6dc0226Copy full SHA for 6dc0226
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>
@@ -3537,6 +3538,7 @@ int wmain(int argc, const wchar_t **wargv)
3537
3538
#endif
3539
3540
maybe_redirect_std_handles();
3541
+ fsync_object_files = 1;
3542
3543
/* determine size of argv and environ conversion buffer */
3544
maxlen = wcslen(wargv[0]);
0 commit comments