aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/mingw.c4
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 */