mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
[WINLOGON]
- Create window station with all access rights. svn path=/trunk/; revision=47992
This commit is contained in:
parent
bc5435e23f
commit
2d3333aa11
1 changed files with 1 additions and 1 deletions
|
@ -1032,7 +1032,7 @@ CreateWindowStationAndDesktops(
|
|||
Session->InteractiveWindowStation = CreateWindowStationW(
|
||||
Session->InteractiveWindowStationName,
|
||||
0,
|
||||
WINSTA_CREATEDESKTOP,
|
||||
GENERIC_ALL,
|
||||
&DefaultSecurity);
|
||||
if (!Session->InteractiveWindowStation)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue