Re: msi: Add handling for the StartServices action
Nov. 30, 2006
11: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
7056
Age (days ago)
7056
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard