10 Nov
2025
10 Nov
'25
11:44 a.m.
Piotr Caban (@piotr) commented about dlls/vccorlib140/vccorlib.c:
return val; }
+#define HSTRING_SPRINTF(out, fmt, ...) do { \
Please use a function instead: `static HRESULT hstring_sprintf(HSTRING *hstr, const WCHAR *fmt, ...)` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9403#note_121336