all repos — mgba @ cd6209d7f07cbbc881e647c536cac50291222552

mGBA Game Boy Advance Emulator

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

cd6209d7f07cbbc881e647c536cac50291222552

parent

ad02a0e0f38b8de7f35cb6c5e72c0836d47f276f

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