[2/2] advpack: Handle quoted arguments to rundll exports.

Alexandre Julliard julliard at winehq.org
Thu May 30 13:18:34 CDT 2013


Vincent Povirk <madewokherd at gmail.com> writes:

> @@ -205,13 +205,24 @@ static HRESULT run_setup_commands_callback(HINF hinf, PCWSTR field, const void *
>  
>  /* sequentially returns pointers to parameters in a parameter list
>   * returns NULL if the parameter is empty, e.g. one,,three  */
> -LPWSTR get_parameter(LPWSTR *params, WCHAR separator)
> +LPWSTR get_parameter(LPWSTR *params, WCHAR separator, int quoted)

Using proper boolean type and constants would be preferable.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list