A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 366d8d52e3 [WIN32K]
Do not ASSERT that the object is not exclusively locked in GDIOBJ_vDereferenceObject. The idea behind this was to easily detect cases where someone would accidentally dereference an object, instead of unlocking it. But this function is used from other functions, that can definately deal with exclusively locked objects. Changing this would leat to code duplication / more complex code.
Forgetting to unlock an object will still be detected by the kernel, when returning to user mode, since APC would still be disabled.
Should fix failed assertion when running dx9 setup.

svn path=/trunk/; revision=56525
2012-05-06 11:51:57 +00:00
reactos [WIN32K] 2012-05-06 11:51:57 +00:00
rosapps [ROSAPPS] 2012-03-10 13:36:45 +00:00
rostests [WINETESTS] 2012-05-05 16:54:37 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00