summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorTomasz Konojacki <me@xenu.pl>2020-10-29 18:58:10 +0100
committerKarl Williamson <khw@cpan.org>2020-11-22 20:19:06 -0700
commit8b3db1a0cf78a47bbd1ac74d84a37d98838f864a (patch)
treea5eb0cc91166b5f2e1f06cf549c96e502d4486e0 /dosish.h
parentc62fdeb784c7643c90d2ea8c2ec0f03a548da338 (diff)
downloadperl-8b3db1a0cf78a47bbd1ac74d84a37d98838f864a.tar.gz
win32: remove support for disabling USE_LARGE_FILES
It was enabled by default on all compilers. I don't think it ever makes sense to disable it.
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/dosish.h b/dosish.h
index 5b2716046d..1860a0f066 100644
--- a/dosish.h
+++ b/dosish.h
@@ -70,11 +70,7 @@
* to include <sys/stat.h> and <sys/types.h> to get any typedef'ed
* information.
*/
-#if defined(WIN64) || defined(USE_LARGE_FILES)
-# define Stat_t struct _stati64
-#else
-# define Stat_t struct stat
-#endif
+#define Stat_t struct _stati64
/* USE_STAT_RDEV:
* This symbol is defined if this system has a stat structure declaring