X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libgfortran%2Flibgfortran.h;fp=libgfortran%2Flibgfortran.h;h=dd63fa4e61697f051afbd7909fd68eeb7127631c;hp=bba95f7c7813263093cb294abb440728d487f7bd;hb=4dbc065859bd48a6c865105eef41fa00606ad173;hpb=d66a47eece163b82733144c7c26e8d10f060d5e5 diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index bba95f7c781..dd63fa4e616 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -56,7 +56,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if HAVE_SYS_TYPES_H #include #endif + +#ifdef __MINGW32__ +typedef off64_t gfc_offset; +#else typedef off_t gfc_offset; +#endif #ifndef NULL #define NULL (void *) 0