mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Forgot to change comment. Thanks to Royce3 for pointing it out.
svn path=/trunk/; revision=18538
This commit is contained in:
@@ -2034,7 +2034,7 @@ BOOLEAN FASTCALL co_UserDestroyWindow(PWINDOW_OBJECT Window)
|
||||
|
||||
ASSERT_REFS_CO(Window); //fixme: temp hack?
|
||||
|
||||
/* Check for owner thread and desktop window */
|
||||
/* Check for owner thread */
|
||||
if ((Window->OwnerThread != PsGetCurrentThread()))
|
||||
{
|
||||
SetLastWin32Error(ERROR_ACCESS_DENIED);
|
||||
|
||||
Reference in New Issue
Block a user