Re: [PATCH 13/40] Windows: Fix PRIuMAX definition.

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

 



On Thursday 28 February 2008 13:21, Johannes Schindelin wrote:
> On Wed, 27 Feb 2008, Johannes Sixt wrote:
> >  #ifndef PRIuMAX
> > +#ifndef __MINGW32__
> >  #define PRIuMAX "llu"
> > +#else
> > +#define PRIuMAX "I64u"
> > +#endif
> >  #endif
>
> Would this not be better as a patch to Makefile, extending the
> COMPAT_CFLAGS with -DPRIuMAX=\"I64u\"?

Me likes this!

-- Hannes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux