fixup! mingw: add a cache below mingw's lstat and dirent implementations

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:28:03 +01:00
committed by Matthew John Cheetham
parent ad28ce261d
commit 37bafc71d4

View File

@@ -6,6 +6,7 @@
#include "config.h"
#include "../../mem-pool.h"
#include "ntifs.h"
#include "../../abspath.h"
static volatile long initialized;
static DWORD dwTlsIndex;