aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config-win32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index 654d892d8..cafc14576 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -247,6 +247,10 @@
# endif
#endif
+#if defined(__MINGW32__) && !defined(USE_WIN32_LARGE_FILES)
+# define USE_WIN32_LARGE_FILES
+#endif
+
#if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
# define USE_WIN32_SMALL_FILES
#endif