all repos — mgba @ 2b4b9ce66e6d122982656bb9a103aa8bda0d090a

mGBA Game Boy Advance Emulator

All: Fix your libc, Windows
Vicki Pfau vi@endrift.com
Thu, 27 Feb 2020 21:33:15 -0800
commit

2b4b9ce66e6d122982656bb9a103aa8bda0d090a

parent

5c01f380fa6fccae6a2b6956fe7d81f5a4a874f2

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M include/mgba-util/common.hinclude/mgba-util/common.h

@@ -121,7 +121,7 @@ #if defined(_3DS) || defined(GEKKO) || defined(PSP2)

// newlib doesn't support %z properly by default #define PRIz "" #elif defined(_WIN64) -#define PRIz "ll" +#define PRIz "I64" #elif defined(_WIN32) #define PRIz "" #else