[MPlayer-dev-eng] Re: [PATCH] Kill some _LARGEFILE_SOURCE #ifdefs
Rich Felker
dalias at aerifal.cx
Tue Jul 5 18:34:19 CEST 2005
On Sat, Jul 02, 2005 at 02:18:25AM +0200, Gianluigi Tiesi wrote:
> btw remember mingw ignores at all _LARGEFILE_SOURCE
> so off_t is always 32bit (at least without a mod on types.h)
That's not the problem. The problem is casting offsets to (long long)
for printf and the fact that mingw printf does not support long long.
Rich
More information about the MPlayer-dev-eng
mailing list