mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WINLOGON]
- Create window station with all access rights. svn path=/trunk/; revision=47992
This commit is contained in:
@@ -1032,7 +1032,7 @@ CreateWindowStationAndDesktops(
|
||||
Session->InteractiveWindowStation = CreateWindowStationW(
|
||||
Session->InteractiveWindowStationName,
|
||||
0,
|
||||
WINSTA_CREATEDESKTOP,
|
||||
GENERIC_ALL,
|
||||
&DefaultSecurity);
|
||||
if (!Session->InteractiveWindowStation)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user