X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=e7be877d84cd8000ecba4d88732abb7b352029dd;hb=6765206cfafdb7dbdf4791696e6befaa040a8193;hp=86284725a381edfd0ce8da31aa060ee7c692a270;hpb=7e4e8c89c9cf9e2712eede00d12c71677e17b929;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index 8628472..e7be877 100644 --- a/dosish.h +++ b/dosish.h @@ -80,7 +80,12 @@ * information. */ #if defined(WIN64) || defined(USE_LARGE_FILES) +# if defined(__BORLANDC__) /* buk */ +# include +# define Stat_t struct stati64 +# else #define Stat_t struct _stati64 +# endif #else #if defined(UNDER_CE) #define Stat_t struct xcestat