mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add #define __STDC_FORMAT_MACROS
This define is needed in order for the SCNx32/SCNu32 in find_tag() to be compiled correctly on older `glibc`s.
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#include <utf8/unchecked.h>
|
||||
#include <physfs.h>
|
||||
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
#include <cstdio>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user