Merge branch 'fsync-object-files-always'

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2018-10-12 00:26:27 +02:00
commit 7a087e0e7f

View File

@ -16,6 +16,7 @@
#include "win32.h"
#include "win32/lazyload.h"
#include "wrapper.h"
#include "write-or-die.h"
#include <aclapi.h>
#include <conio.h>
#include <sddl.h>
@ -3734,6 +3735,7 @@ int wmain(int argc, const wchar_t **wargv)
maybe_redirect_std_handles();
adjust_symlink_flags();
fsync_object_files = 1;
/* determine size of argv and environ conversion buffer */
maxlen = wcslen(wargv[0]);