30 May
2013
30 May
'13
6:18 p.m.
Vincent Povirk <madewokherd(a)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(a)winehq.org