j
k
j a
j l
Piotr Caban (@piotr) commented about dlls/vccorlib140/vccorlib.c:
return val; } +#define HSTRING_SPRINTF(out, fmt, ...) do { \
return val;
}
+#define HSTRING_SPRINTF(out, fmt, ...) do { \
Please use a function instead:
`static HRESULT hstring_sprintf(HSTRING *hstr, const WCHAR *fmt, ...)`
Back to the thread
Back to the list