mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
silence debug message
svn path=/trunk/; revision=13645
This commit is contained in:
parent
de7052f5bf
commit
dfc35c22f3
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ NtUserBuildHwndList(
|
||||||
if(!(W32Thread = Thread->Tcb.Win32Thread))
|
if(!(W32Thread = Thread->Tcb.Win32Thread))
|
||||||
{
|
{
|
||||||
ObDereferenceObject(Thread);
|
ObDereferenceObject(Thread);
|
||||||
DPRINT1("Thread is not a GUI Thread!\n");
|
DPRINT("Thread is not a GUI Thread!\n");
|
||||||
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue