aboutsummaryrefslogtreecommitdiff
path: root/src/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-win32.h')
-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 7dacb55ce..10a5eaf17 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -385,6 +385,10 @@
# define USE_WIN32_LARGE_FILES
#endif
+#if defined(__WATCOMC__) && !defined(USE_WIN32_LARGE_FILES)
+# define USE_WIN32_LARGE_FILES
+#endif
+
#if defined(__POCC__)
# undef USE_WIN32_LARGE_FILES
#endif