netstat: Initial implementation

Alexandre Julliard julliard at winehq.org
Thu Dec 27 11:50:04 CST 2012


André Hentschel <nerv at dawncrow.de> writes:

> +    __ms_va_start(parms, format);
> +    len = vsprintfW(output_bufW, format, parms);
> +    __ms_va_end(parms);

You can't mix vsprintfW and ms_va_list.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list