mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +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;
|
HMODULE hDll;
|
||||||
PINSTALL_REACTOS InstallReactOS;
|
PINSTALL_REACTOS InstallReactOS;
|
||||||
|
|
||||||
/* some dlls (loaded by syssetup) need a valid user profile */
|
|
||||||
InitializeProfiles();
|
|
||||||
|
|
||||||
hDll = LoadLibrary (TEXT("syssetup"));
|
hDll = LoadLibrary (TEXT("syssetup"));
|
||||||
if (hDll == NULL)
|
if (hDll == NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue