mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[WINLOGON] Hack-fix for CORE-14877 ; see commit bcec1fd6
.
This commit is contained in:
parent
40000a1716
commit
10c5bfb8fe
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ RunSetupThreadProc(
|
|||
CloseHandle(ProcessInformation.hThread);
|
||||
CloseHandle(ProcessInformation.hProcess);
|
||||
|
||||
SwitchDesktop(WLSession->WinlogonDesktop);
|
||||
// SwitchDesktop(WLSession->WinlogonDesktop);
|
||||
|
||||
TRACE ("RunSetup() done\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue