mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +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->InteractiveWindowStation = CreateWindowStationW(
|
||||||
Session->InteractiveWindowStationName,
|
Session->InteractiveWindowStationName,
|
||||||
0,
|
0,
|
||||||
WINSTA_CREATEDESKTOP,
|
GENERIC_ALL,
|
||||||
&DefaultSecurity);
|
&DefaultSecurity);
|
||||||
if (!Session->InteractiveWindowStation)
|
if (!Session->InteractiveWindowStation)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue