mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Forgot to change comment. Thanks to Royce3 for pointing it out.
svn path=/trunk/; revision=18538
This commit is contained in:
parent
b098d29e8c
commit
2c226cd315
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue