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