Sunday, October 30, 2005, 7:16:46 AM, Mike Hearn wrote: > On Fri, 28 Oct 2005 04:38:11 -0500, Alexandre Julliard wrote: >> Log message: >> Vitaliy Margolen <[EMAIL PROTECTED]> Define OS environment variable >> on WinNT versions
> Shouldn't this be done by the startup code? I don't see any reason why we > need to duplicate this information into the registry where it can get out > of sync etc, rather than just having it as part of the initial > environmental setup. That's where native keeps it, and that's where wine takes all additional environment variables for each new process. It is editable on windows (you can delete/change it if you want to). So I don't see a point in deviating from that. Vitaliy