mirror of https://github.com/mgba-emu/mgba.git
All: Fix your libc, Windows
This commit is contained in:
parent
ad02a0e0f3
commit
cd6209d7f0
|
@ -121,7 +121,7 @@ typedef intptr_t ssize_t;
|
|||
// 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
|
||||
|
|
Loading…
Reference in New Issue