On Saturday 17 October 2009, Redirect "Slash" NIL wrote: > I was trying to avoid a big fat #ifdef IS_MINGW in there, but it looks like > not every platform knowns gnu_printf as a format. > > Or we could go with a lighter > > #ifndef gnu_printf > #define gnu_printf printf > #endif > > if you guys prefer.
If it's #defined as a macro in MinGW, that would be the way to go ... _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
