diff options
author | Ron Yorston <rmy@pobox.com> | 2024-06-25 08:35:20 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-06-25 08:35:20 +0100 |
commit | 89ae344452984fcbdbaf46eb66ac6651f58c2891 (patch) | |
tree | e0ea4aa11bfe8bad18d163cf4f7ca853762a58f6 | |
parent | edf4941735edb59845a10e7e48e708eebf37cad0 (diff) | |
download | busybox-w32-89ae344452984fcbdbaf46eb66ac6651f58c2891.tar.gz busybox-w32-89ae344452984fcbdbaf46eb66ac6651f58c2891.tar.bz2 busybox-w32-89ae344452984fcbdbaf46eb66ac6651f58c2891.zip |
win32: add definition for old mingw-w64FRP-5398-g89ae34445
-rw-r--r-- | win32/mingw.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/mingw.c b/win32/mingw.c index 467e4a33d..7e42e4434 100644 --- a/win32/mingw.c +++ b/win32/mingw.c | |||
@@ -672,6 +672,10 @@ int count_subdirs(const char *pathname) | |||
672 | } | 672 | } |
673 | #endif | 673 | #endif |
674 | 674 | ||
675 | #ifndef FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS | ||
676 | # define FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS 0x00400000 | ||
677 | #endif | ||
678 | |||
675 | /* If follow is true then act like stat() and report on the link | 679 | /* If follow is true then act like stat() and report on the link |
676 | * target. Otherwise report on the link itself. | 680 | * target. Otherwise report on the link itself. |
677 | */ | 681 | */ |