summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dosish.h b/dosish.h
index 818325129e..18e68cb473 100644
--- a/dosish.h
+++ b/dosish.h
@@ -6,7 +6,6 @@
* License or the Artistic License, as specified in the README file.
*
*/
-
#define ABORT() abort();
#ifndef SH_PATH
@@ -79,8 +78,12 @@
#if defined(WIN64) || defined(USE_LARGE_FILES)
#define Stat_t struct _stati64
#else
+#if defined(UNDER_CE)
+#define Stat_t struct xcestat
+#else
#define Stat_t struct stat
#endif
+#endif
/* USE_STAT_RDEV:
* This symbol is defined if this system has a stat structure declaring