Forgot to change comment. Thanks to Royce3 for pointing it out.

svn path=/trunk/; revision=18538
This commit is contained in:
Gé van Geldorp 2005-10-17 22:13:44 +00:00
parent b098d29e8c
commit 2c226cd315

View file

@ -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);