mingw: make core.fsyncObjectFiles default explicit

Now that we have a `batch` mode, let's be explicit.

This is a follow-up to ce4786fc77 (mingw: change core.fsyncObjectFiles
= 1 by default, 2017-09-04) and will most likely have to be squashed
into it before upstreaming that patch (after the `batch` fsync mode was
upstreamed).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2021-10-28 17:59:53 +02:00
parent f1e50d167e
commit 81c7bd6024

View File

@@ -3607,7 +3607,7 @@ int wmain(int argc, const wchar_t **wargv)
maybe_redirect_std_handles();
adjust_symlink_flags();
fsync_object_files = 1;
fsync_object_files = FSYNC_OBJECT_FILES_ON;
/* determine size of argv and environ conversion buffer */
maxlen = wcslen(wargv[0]);