X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=045fef5b50485edeb608a53dccea34bc6a3648eb;hb=b9735fbe46261ffc768a05c081097581832f36c9;hp=634efa7bc37114ae814480242914eb455c4413ff;hpb=d6376244c2261025775e8b11a6a64d7c9e0d1612;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index 634efa7..045fef5 100644 --- a/dosish.h +++ b/dosish.h @@ -37,7 +37,7 @@ # else # ifdef NETWARE # define PERL_SYS_INIT(c,v) Perl_nw5_init(c,v) -# define BIT_BUCKET "nul" +# define BIT_BUCKET "nwnul" # else # define PERL_SYS_INIT(c,v) # define BIT_BUCKET "\\dev\\nul" /* "wanna be like, umm, Newlined, or somethin?" */ @@ -79,7 +79,11 @@ * to include and 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 /* USE_STAT_RDEV: * This symbol is defined if this system has a stat structure declaring