31 Oct
2023
31 Oct
'23
11:54 a.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/console.c:
return pf_printf_a(puts_clbk_console_a, NULL, format, NULL, 0, arg_clbk_valist, NULL, &valist); }
+#if _MSVCR_VER<=120 +/********************************************************************* + * _cprintf_l (MSVCRT.@) + */ +int WINAPIV _cprintf_l(const char* format, _locale_t locale, ...)
Please use 4-space indentation in new code. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4234#note_50298