mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-24 04:04:29 +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 <stdarg.h>
|
||||
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include <inttypes.h>
|
||||
|
||||
#define BASIC_INFO "info"
|
||||
|
Loading…
x
Reference in New Issue
Block a user