Author: fireball
Date: Sun Jul 11 08:11:51 2010
New Revision: 47993
URL:
http://svn.reactos.org/svn/reactos?rev=47993&view=rev
Log:
- Merge 47992 ("Create window station with all access rights").
Modified:
branches/arwinss/reactos/base/ (props changed)
branches/arwinss/reactos/base/system/winlogon/wlx.c
Propchange: branches/arwinss/reactos/base/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sun Jul 11 08:11:51 2010
@@ -1,0 +1,2 @@
+/branches/ros-amd64-bringup/reactos/base:34711-34712,34743,34780-34782,34812,34839,34842,34908-34909,34917,34965,35323-35324,35347-35348,35361,35436,35509,35515,35588,35683,35739,35746,35762,35771,35777,35789,35805,35823,35827,35902,35904-35906,35942,35947-35949,35952-35953,35966,36013,36172,36360,36388-36389,36445,36502-36503,36505,36570,36614,36899,36930,36936,36992,37323,37434,37472,37475,37536,37820-37821,37868-37869,37873,37990-37991,38013-38014,38148-38151,38264-38265,38268,38355,39151,39333,39345,39639,40122-40123,40125,40128,40155,40247,40324,40753,40928,40986-40987,40989,40991,40993,40995-40996,41000-41001,41027-41030,41044-41045,41047-41050,41052,41082-41086,41097-41098,41101,41449,41479,41484-41485,41499,41531,41536,41540,41546-41547,41549,43080,43426,43454,43506,43566,43574,43598,43600-43602,43604-43605,43677,43682,43757,43775,43838-43840,43857-43858,43860,43905-43907,43969,44002,44037,44039-44040,44044-44045,44065,44095,44123,44144,44205,44238,44294,44338,44389,44391,44426,44460,44530,44540,44601
+/trunk/reactos/base:42000-44999,45011,45097-45099,45319,45418-45419,45535-45539,45687-45688,47605,47992
Modified: branches/arwinss/reactos/base/system/winlogon/wlx.c
URL:
http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/base/system/win…
==============================================================================
--- branches/arwinss/reactos/base/system/winlogon/wlx.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/base/system/winlogon/wlx.c [iso-8859-1] Sun Jul 11 08:11:51
2010
@@ -1032,7 +1032,7 @@
Session->InteractiveWindowStation = CreateWindowStationW(
Session->InteractiveWindowStationName,
0,
- WINSTA_CREATEDESKTOP,
+ GENERIC_ALL,
&DefaultSecurity);
if (!Session->InteractiveWindowStation)
{