mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
silence debug message
svn path=/trunk/; revision=13645
This commit is contained in:
@@ -1173,7 +1173,7 @@ NtUserBuildHwndList(
|
||||
if(!(W32Thread = Thread->Tcb.Win32Thread))
|
||||
{
|
||||
ObDereferenceObject(Thread);
|
||||
DPRINT1("Thread is not a GUI Thread!\n");
|
||||
DPRINT("Thread is not a GUI Thread!\n");
|
||||
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user