Re: [PATCH v6 4/8] core.fsyncobjectfiles: add windows support for batch mode
From: Junio C Hamano <hidden> Date: 2021-09-27 23:53:06
Neeraj Singh [off-list ref] writes:
.... The current ifdeffery is unpleasant to read but not too long
and also pretty direct.
Win32 has an extra level of indirection, but the unix platforms
syscalls are directly written
in one place.
Yes, that is exactly why I concluded that reducing just one instance
would not make that much difference ;-)
Thanks.