Implement the WriteEnvironmentStrings standard action

Dmitry Timoshkov dmitry at codeweavers.com
Tue May 29 22:55:14 CDT 2007


"James Hawkins" <truiken at gmail.com> wrote:

> +    HKEY env, root = HKEY_CURRENT_USER;
...
> +    if (flags & ENV_MOD_MACHINE)
> +        root = HKEY_LOCAL_MACHINE;

It looks like root is not used.

-- 
Dmitry.



More information about the wine-devel mailing list