msi: Add handling for the StartServices action

Alexandre Julliard julliard at winehq.org
Thu Nov 30 05:30:01 CST 2006


"James Hawkins" <truiken at gmail.com> writes:

> +    p = args;
> +    do
> +    {
> +        if ((q = strstrW(p, separator))) *q = '\0';
> +
> +        (*numargs)++;
> +        vector = msi_realloc(vector, *numargs * sizeof(LPWSTR));
> +        vector[*numargs - 1] = p;
> +    } while (q);

This won't work for more than one arg.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list