mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[SETUP]
- Don't call InitializeProfiles() twice. This is one part of the fix for bug 2972. Patch by Gabriel Ilardi. svn path=/trunk/; revision=47099
This commit is contained in:
parent
c751f4300a
commit
dbfa8cfb54
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@ RunNewSetup (HINSTANCE hInstance)
|
|||
HMODULE hDll;
|
||||
PINSTALL_REACTOS InstallReactOS;
|
||||
|
||||
/* some dlls (loaded by syssetup) need a valid user profile */
|
||||
InitializeProfiles();
|
||||
|
||||
hDll = LoadLibrary (TEXT("syssetup"));
|
||||
if (hDll == NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue