From 2d3333aa11df82760f12b27632248fed21caa5f3 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sun, 11 Jul 2010 08:07:52 +0000 Subject: [PATCH] [WINLOGON] - Create window station with all access rights. svn path=/trunk/; revision=47992 --- reactos/base/system/winlogon/wlx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/system/winlogon/wlx.c b/reactos/base/system/winlogon/wlx.c index 04a7ef0c755..7dcb9bc3471 100644 --- a/reactos/base/system/winlogon/wlx.c +++ b/reactos/base/system/winlogon/wlx.c @@ -1032,7 +1032,7 @@ CreateWindowStationAndDesktops( Session->InteractiveWindowStation = CreateWindowStationW( Session->InteractiveWindowStationName, 0, - WINSTA_CREATEDESKTOP, + GENERIC_ALL, &DefaultSecurity); if (!Session->InteractiveWindowStation) {