saveliyt(a)mail.ru:
Start SCM on livecd too
Modified: trunk/reactos/subsys/system/winlogon/winlogon.c
_____
Modified: trunk/reactos/subsys/system/winlogon/winlogon.c
--- trunk/reactos/subsys/system/winlogon/winlogon.c 2005-09-08
13:08:21 UTC (rev 17739)
+++ trunk/reactos/subsys/system/winlogon/winlogon.c 2005-09-08
13:27:17 UTC (rev 17740)
@@ -593,6 +593,8 @@
DbgPrint("WL: Cannot switch to Winlogon desktop (0x%X)\n",
GetLastError());
}
+ InitServices();
+
/* Check for pending setup */
if (GetSetupType () != 0)
{
@@ -616,8 +618,6 @@
return 2;
}
- InitServices();
-
#if 0
/* real winlogon uses "Winlogon" */
RtlInitUnicodeString((PUNICODE_STRING)&ProcessName, L"Winlogon");
Show replies by date