Do not redefine __STDC_FORMAT_MACROS.

This commit is contained in:
2022-05-28 13:29:56 +01:00
parent a01948c29a
commit 1bd71b3250

View File

@@ -69,7 +69,9 @@
#endif
#if HAVE_INTTYPES_H
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif
#include <inttypes.h>
#endif