30 Aug
2023
30 Aug
'23
10:44 p.m.
POSIX allows to use the `%m$` syntax and avoid repeat many times the same argument, but unfortunately the standard `printf()` doesn't...
Sadly, it seems that MinGW in ANSI mode doesn't implement this feature, otherwise I'd be glad to depend on it anyway.
Could we perhaps use \_vsprintf_p() on the only non-POSIX platform we care about?
I wasn't aware that existed. I'll have to check, but it sounds promising. Goodness only knows why they had to add a separate export for that. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/310#note_43922