Re: [2/2] advpack: Handle quoted arguments to rundll exports.
30 May
2013
30 May
'13
1: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
4578
Age (days ago)
4578
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard