[MPlayer-dev-eng] Re: (yet) another batch of compiler warning fixes

Tobias Diedrich td at sim.uni-hannover.de
Thu Jul 11 14:08:58 CEST 2002


Dominik Mierzejewski wrote:

> On Wednesday, 10 July 2002, Joey Parrish wrote:
> [...]
> > Under cygwin, ulong is never defined
> > in any standard headers.  I suggest something like this:
> > 
> > +#if defined(__CYGWIN__)
> >  typedef unsigned long ulong;
> > +#endif
> > 
> > and if there are any other systems that have no ulong def, then
> > they can be added to the #if defined line.
> 
> Of course. As I wrote some time earlier, I could verify this only on Linux
> and Solaris. I'll fix these hunks and repost.

How about putting the typedef in etc/cygwin-inttypes.h instead ?

-- 
Tobias								PGP: 0x9AC7E0BC



More information about the MPlayer-dev-eng mailing list