j
k
j a
j l
"James Hawkins" truiken@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);
if ((q = strstrW(p, separator))) *q = '\0';
(*numargs)++;
vector = msi_realloc(vector, *numargs * sizeof(LPWSTR));
vector[*numargs - 1] = p;
This won't work for more than one arg.
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites