[Mesa-dev] [PATCH 2/2] Revert "mesa: #define fprintf to be __mingw_fprintf() on Mingw32"

Brian Paul brianp at vmware.com
Tue Jul 3 08:43:52 PDT 2012


This reverts commit cbffaf20e9e6154310ba68bb2b44adc37ba83bcd.

Use the PRIx64 macro in the fprintf() call instead, as suggested
by Dylan Noblesmith.
---
 src/mesa/main/imports.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 9fb6ae8..c0b6cec 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -646,16 +646,6 @@ _mesa_vsnprintf(char *str, size_t size, const char *fmt, va_list arg);
 #endif
 
 
-/**
- * On Mingw32 we need to use __mingw_fprintf() to parse formats such
- * as "0x%llx", and possibly others
- */
-#ifdef __MINGW32__
-#define fprintf __mingw_fprintf
-#endif
-
-
-
 #ifdef __cplusplus
 }
 #endif
-- 
1.7.3.4



More information about the mesa-dev mailing list