Use %a format for printf() for float constants on non-Windows platforms.
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#define HAVE_PRINTF_A 1
|
||||||
|
#define ENABLE_CBE_PRINTF_A 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PRIx64
|
#ifndef PRIx64
|
||||||
|
|||||||
Reference in New Issue
Block a user