emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: file sizes shown incorrectly for large files under Windows


From: Eli Zaretskii
Subject: Re: file sizes shown incorrectly for large files under Windows
Date: Fri, 14 Nov 2003 09:08:42 +0200

> From: Chris Moore <address@hidden>
> Date: Fri, 14 Nov 2003 00:13:43 +0100
> 
> I'm using 'MinGW' to compile Emacs.  It's a free port of GCC.
> 
> I hope we don't move to requiring MSVC (non-free) to compile Emacs
> under Windows.

Of course not.  I mentioned MSVC because I know nothing about its
headers.  I do know something about GCC.

> In my stat.h I see the following:
> 
>       #if defined (__MSVCRT__)
>       struct _stati64 {
>           _dev_t st_dev;
>           _ino_t st_ino;
>           unsigned short st_mode;
>           short st_nlink;
>           short st_uid;
>           short st_gid;
>           _dev_t st_rdev;
>           __int64 st_size;
>           time_t st_atime;
>           time_t st_mtime;
>           time_t st_ctime;
>       };
>       #endif /* __MSVCRT__ */

Perhaps we could simply use `struct _stati64' instead of `struct
stat'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]