Vincent Povirk madewokherd@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.