summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
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