On 06/22/2012 11:13 AM, Kenneth Graunke wrote:
On 06/22/2012 10:07 AM, Jose Fonseca wrote:
Looks good.
Alternatively we could
#ifdef __MINGW32__
#define fprintf __mingw_fprintf()
#endif
in an header like imports.hpp so it can be used everywhere in mesa.
Jose
I generally prefer that approach. Keeps all the platform-specific
quirks in one place and makes it so you can just use the normal names.
OK, I was just being conservative about changing fprintf() everywhere.
-Brian
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev