27 Jan
2026
27 Jan
'26
11:57 a.m.
On Tue Jan 27 08:33:52 2026 +0000, Alfred Agrell wrote:
%zu aka size_t would be more accurate, no? Or just %u, it's not like Windows argv can go above 64KB. `%zu` insn't supported by mingw gcc (PE side)
and `%u` won't work on 64bit (PE side) (unless you cast the arg, which we tend to avoid) `%zu` should be used Unix side though (I wrote `%Iu` but default font in gitlab can be confusing, so updated first post with fixed size font) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9975#note_128135