mirror of
https://github.com/git/git.git
synced 2026-01-17 22:26:32 +00:00
The NtQueryDirectoryFile() call works best (and on Windows 8.1 and earlier, it works *only*) with buffer sizes up to 64kB. Which is 32k wide characters, so let's use that as our buffer size. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>