mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
stage1: Use correct format specifier for size_t parameters
Use `Iu` on Windows, the integer width depends on the target being a 32bit or a 64bit one.
This commit is contained in:
parent
af8eab546e
commit
1856dfea6b
@ -46,7 +46,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(ZIG_OS_WINDOWS)
|
||||
#define ZIG_PRI_usize "I64u"
|
||||
#define ZIG_PRI_usize "Iu"
|
||||
#define ZIG_PRI_i64 "I64d"
|
||||
#define ZIG_PRI_u64 "I64u"
|
||||
#define ZIG_PRI_llu "I64u"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user