[PATCH 2/7] reg: Split reg_printfW into separate functions

Alexandre Julliard julliard at winehq.org
Mon Feb 8 05:06:55 CST 2016


Hugh McMaster <hugh.mcmaster at outlook.com> writes:

> +static void __cdecl output_array(const WCHAR *fmt, ...)
> +{
> +    __ms_va_list va_args;
> +
> +    __ms_va_start(va_args, fmt);
> +    output_formatstring(fmt, va_args);
> +    __ms_va_end(va_args);
>  }

That's a strange name, why "array"?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list