inttypes.h needs __STDC_FORMAT_MACROS defined

pull/2737/head
barracuda156 10 months ago committed by nick black
parent 442cfea046
commit e8b4c7958a

@ -35,6 +35,9 @@ extern "C" {
#include <wctype.h>
#include <pthread.h>
#include <stdbool.h>
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif
#include <inttypes.h>
#include <unictype.h>
#ifndef __MINGW32__

Loading…
Cancel
Save