A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Giannis Adamopoulos c2107a591d [msgina]
- Fix a bug in StartupWindowThread that had as a result to close the desktop handle we get from winlogon. The problem is the wrong usage of SetThreadDesktop as it closes the previous desktop, so keeping OldDesk is totally useless and when the thread exits it will close the handle to the current thread desktop which is Session->WinlogonDesktop from winlogon. To solve this issue we have to duplicate the handle we get from winlogon and let it get closed by win32k when the thread exits

svn path=/trunk/; revision=58367
2013-02-24 21:30:30 +00:00
reactos [msgina] 2013-02-24 21:30:30 +00:00
rosapps [CMAKE] 2012-12-22 15:45:00 +00:00
rostests Amendment to r58335 2013-02-17 15:12:16 +00:00
wallpaper