mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-27 06:19:42 +03:00
inttypes: Add PRIu64
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
f172a21df9
commit
3602765e7f
@ -34,6 +34,10 @@
|
||||
#define PRId64 "lld"
|
||||
#endif
|
||||
|
||||
#ifndef PRIu64
|
||||
#define PRIu64 "llu"
|
||||
#endif
|
||||
|
||||
/* Windows does not have sizet formating codes */
|
||||
#if defined(_WIN32)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user