[MPlayer-dev-eng] osdep/fseeko.c ifndef sense reversed?
D Richard Felker III
dalias at aerifal.cx
Sun Apr 4 17:13:17 CEST 2004
On Sun, Apr 04, 2004 at 12:26:24PM +0200, Sascha Sommer wrote:
> > Sounds right. Further, the whole code block is dumb. Instead something
> > like this should be at the top of the file:
> >
> > #ifdef __MINGW32__
> > typedef off_t fpos_t
> > #endif
> >
>
>
> Won't this result in conflicting data types as both off_t an fpos_t already
> exist?
Yes you're right. Just change it to always use the correct stuff.
Sorry I misunderstood the problem.
Rich
More information about the MPlayer-dev-eng
mailing list