mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
saveliyt@mail.ru:
Start SCM on livecd too svn path=/trunk/; revision=17740
This commit is contained in:
parent
9bec9db6c6
commit
e8b32e19d9
1 changed files with 2 additions and 2 deletions
|
@ -593,6 +593,8 @@ WinMain(HINSTANCE hInstance,
|
||||||
DbgPrint("WL: Cannot switch to Winlogon desktop (0x%X)\n", GetLastError());
|
DbgPrint("WL: Cannot switch to Winlogon desktop (0x%X)\n", GetLastError());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
InitServices();
|
||||||
|
|
||||||
/* Check for pending setup */
|
/* Check for pending setup */
|
||||||
if (GetSetupType () != 0)
|
if (GetSetupType () != 0)
|
||||||
{
|
{
|
||||||
|
@ -616,8 +618,6 @@ WinMain(HINSTANCE hInstance,
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
InitServices();
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* real winlogon uses "Winlogon" */
|
/* real winlogon uses "Winlogon" */
|
||||||
RtlInitUnicodeString((PUNICODE_STRING)&ProcessName, L"Winlogon");
|
RtlInitUnicodeString((PUNICODE_STRING)&ProcessName, L"Winlogon");
|
||||||
|
|
Loading…
Reference in a new issue