Author: fireball Date: Sun Jul 11 08:07:52 2010 New Revision: 47992
URL: http://svn.reactos.org/svn/reactos?rev=47992&view=rev Log: [WINLOGON] - Create window station with all access rights.
Modified: trunk/reactos/base/system/winlogon/wlx.c
Modified: trunk/reactos/base/system/winlogon/wlx.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/wlx.c?... ============================================================================== --- trunk/reactos/base/system/winlogon/wlx.c [iso-8859-1] (original) +++ trunk/reactos/base/system/winlogon/wlx.c [iso-8859-1] Sun Jul 11 08:07:52 2010 @@ -1032,7 +1032,7 @@ Session->InteractiveWindowStation = CreateWindowStationW( Session->InteractiveWindowStationName, 0, - WINSTA_CREATEDESKTOP, + GENERIC_ALL, &DefaultSecurity); if (!Session->InteractiveWindowStation) {