mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
Define __STDC_FORMAT_MACROS before including inttypes.h
This commit is contained in:
parent
58ff1d8dd7
commit
e7a0c95678
@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
#define __STDC_FORMAT_MACROS
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#define BASIC_INFO "info"
|
#define BASIC_INFO "info"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user