mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Do not redefine __STDC_FORMAT_MACROS.
This commit is contained in:
@@ -69,7 +69,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_INTTYPES_H
|
#if HAVE_INTTYPES_H
|
||||||
|
#ifndef __STDC_FORMAT_MACROS
|
||||||
#define __STDC_FORMAT_MACROS
|
#define __STDC_FORMAT_MACROS
|
||||||
|
#endif
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user