X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=e7be877d84cd8000ecba4d88732abb7b352029dd;hb=7c04078ea21d9035bc412dbd7b8edf35773a2c43;hp=1e4a58b96877932d0494ab13afc9a28c0eead405;hpb=7da0e3835572d02b95a50131e2eb75d6ecad02e5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index 1e4a58b..e7be877 100644 --- a/dosish.h +++ b/dosish.h @@ -60,9 +60,9 @@ * if you need the last, try #DEFINE MEM_SIZE unsigned long. */ #ifdef MSDOS - #ifndef DJGPP - #define HAS_64K_LIMIT - #endif +# ifndef DJGPP +# define HAS_64K_LIMIT +# endif #endif /* USEMYBINMODE @@ -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