Re: msi: Add handling for the StartServices action
30 Nov
2006
30 Nov
'06
5:30 a.m.
"James Hawkins" <truiken(a)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(a)winehq.org
6951
Age (days ago)
6951
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard