[win32k]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Sat, 11 Feb 2012 22:17:46 +0000 (22:17 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Sat, 11 Feb 2012 22:17:46 +0000 (22:17 +0000)
commitbf9a2b996486ffd123a17a0c032c747b34353349
tree3ff558fc131780952064c3b0e1967eb83f38ee84
parent9c80eb0d0096aac846c6a66de89388cf431ba324
[win32k]
- In reactos when an application tries to use a desktop or window station object we never check if it should have access to the object. However the only exception to this is NtUserGetObjectInformation. Since desktops and windows stations are a mess, NtUserGetObjectInformation always fails. Ironically windows do such access checks everywhere except NtUserGetObjectInformation. Fix NtUserGetObjectInformation by removing access checks
- Note: access checks for every other place will be fixed soon

svn path=/trunk/; revision=55550
reactos/subsystems/win32/win32k/ntuser/winsta.c