[wcmd] Make start a built-in command

Dan Kegel dank at kegel.com
Sat Jan 21 22:41:02 CST 2006


On 1/21/06, Daniel R. Kegel <dank at alumni.caltech.edu> wrote:
> ...
> +  wsprintf(new_cmd, "%s %s", externalstart, command);
> +  WCMD_output("Running ");
> +  WCMD_output(new_cmd);
> +  WCMD_output("\n");
> +  WCMD_run_program (new_cmd);
> +  LocalFree ((HANDLE)new_cmd);

Er, without those WCMD_output debug statements, of course.  Sorry 'bout that.

Annoyingly, fixing this reminded me of what a pile of stinking doo
our wcmd (and my start.exe) are.  Hopefully I'll forget again soon :-)
- Dan

--
Wine for Windows ISVs: http://kegel.com/wine/isv



More information about the wine-devel mailing list