mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
[WIN32K:NTUSER]
- Kill a noisy debug print svn path=/trunk/; revision=73785
This commit is contained in:
parent
5b66f1e47b
commit
25d242883a
1 changed files with 1 additions and 1 deletions
|
@ -3021,7 +3021,7 @@ NtUserFindWindowEx(HWND hwndParent,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ERR("FindWindowEx: Not Desktop Parent!\n");
|
TRACE("FindWindowEx: Not Desktop Parent!\n");
|
||||||
Ret = IntFindWindow(Parent, ChildAfter, ClassAtom, &WindowName);
|
Ret = IntFindWindow(Parent, ChildAfter, ClassAtom, &WindowName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue