X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=045fef5b50485edeb608a53dccea34bc6a3648eb;hb=97f7c9df67594113b48c545edcf881b4fe094d23;hp=c9335971e4754b14e88abd345cf886ee90658d0b;hpb=728c2768590668c35dbcf237cec2e10d42c4cf41;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index c933597..045fef5 100644 --- a/dosish.h +++ b/dosish.h @@ -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