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 tha
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 platf
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
- Original Message -
> ---
> src/mesa/program/prog_print.c | 13 +++--
> 1 files changed, 11 insertio
---
src/mesa/program/prog_print.c | 13 +++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/mesa/program/prog_print.c b/src/mesa/program/prog_print.c
index 46f1df0..be67b93 100644
--- a/src/mesa/program/prog_print.c
+++ b/src/mesa/program/prog_print.c
@@ -970,9 +970