fixup! mingw: change core.fsyncObjectFiles = 1 by default

This is now required by the big header cleanup in
`en/header-split-cleanup`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2023-03-22 13:26:00 +01:00
committed by Matthew John Cheetham
parent c9bfb44c57
commit f13166aec4

View File

@@ -17,6 +17,7 @@
#include "win32/fscache.h"
#include "../attr.h"
#include "../string-list.h"
#include "../write-or-die.h"
#define HCAST(type, handle) ((type)(intptr_t)handle)