mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
Revert "mesa: #define fprintf to be __mingw_fprintf() on Mingw32"
This reverts commit cbffaf20e9.
Use the PRIx64 macro in the fprintf() call instead, as suggested
by Dylan Noblesmith.
Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
df2d81ea59
commit
76a6801240
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue