Re: Implement the WriteEnvironmentStrings standard action
30 May
2007
30 May
'07
3:55 a.m.
"James Hawkins" <truiken(a)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.
30 May
30 May
3:44 p.m.
New subject: Implement the WriteEnvironmentStrings standard action
On 5/29/07, Dmitry Timoshkov <dmitry(a)codeweavers.com> wrote:
"James Hawkins" <truiken(a)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.
Oops. Thanks for catching that, I'll resend. -- James Hawkins
6861
Age (days ago)
6861
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
James Hawkins