Commit 69f5eeae authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: always use mingw's snprintf

parent 12dfb65e
......@@ -76,6 +76,8 @@
#define PRIo64 "llo"
#undef PRIx64
#define PRIx64 "llx"
#define snprintf __mingw_snprintf
#define vsnprintf __mingw_vsnprintf
#endif
/* Function attributes for compiler warnings */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment