summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorNigel Sandever <njsandever@hotmail.com>2003-09-25 21:49:07 +0000
committerNicholas Clark <nick@ccl4.org>2003-12-28 11:49:20 +0000
commita810272a6ed1d575996a7f738dfe73d9ccdf15d5 (patch)
tree2d42781bc11b55efbe1de5dc421e45ff85959e57 /dosish.h
parent1f45b5fd150bd570a059be0dbe0b8aa6502efb07 (diff)
downloadperl-a810272a6ed1d575996a7f738dfe73d9ccdf15d5.tar.gz
5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
From: "Nigel Sandever" <njsandever@hotmail.com> Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com> Date: Thu, 25 Sep 2003 21:49:07 +0000 p4raw-id: //depot/perl@21989
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dosish.h b/dosish.h
index 86284725a3..e7be877d84 100644
--- a/dosish.h
+++ b/dosish.h
@@ -80,7 +80,12 @@
* information.
*/
#if defined(WIN64) || defined(USE_LARGE_FILES)
+# if defined(__BORLANDC__) /* buk */
+# include <sys\stat.h>
+# define Stat_t struct stati64
+# else
#define Stat_t struct _stati64
+# endif
#else
#if defined(UNDER_CE)
#define Stat_t struct xcestat