mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[USERENV] Revert r43057: setting environment variables per process is not useful here, a higher authority has to do this globally
See issue #4008 for more details. svn path=/trunk/; revision=46853
This commit is contained in:
parent
195355c7fa
commit
79fef6c915
1 changed files with 0 additions and 4 deletions
|
@ -674,10 +674,6 @@ InitializeProfiles(VOID)
|
|||
}
|
||||
}
|
||||
|
||||
SetEnvironmentVariableW(L"ProgramFiles", szProfilesPath);
|
||||
SetEnvironmentVariableW(L"CommonProgramFiles", szCommonFilesDirPath);
|
||||
|
||||
|
||||
DPRINT("Success\n");
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue