mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
silence some debug output
svn path=/trunk/; revision=12033
This commit is contained in:
parent
ab5972cd97
commit
2e7cd83da3
2 changed files with 3 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: class.c,v 1.61 2004/12/11 19:39:18 weiden Exp $
|
||||
/* $Id: class.c,v 1.62 2004/12/11 21:19:40 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -427,7 +427,7 @@ NtUserRegisterClassExWOW(
|
|||
|
||||
if (ClassName->Length > 0)
|
||||
{
|
||||
DPRINT1("NtUserRegisterClassExWOW(%S)\n", ClassName->Buffer);
|
||||
DPRINT("NtUserRegisterClassExWOW(%S)\n", ClassName->Buffer);
|
||||
/* FIXME - Safely copy/verify the buffer first!!! */
|
||||
Status = RtlAddAtomToAtomTable(WinStaObject->AtomTable,
|
||||
ClassName->Buffer,
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: window.c,v 1.251 2004/12/11 19:39:18 weiden Exp $
|
||||
/* $Id: window.c,v 1.252 2004/12/11 21:19:41 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -2083,8 +2083,6 @@ NtUserDestroyWindow(HWND Wnd)
|
|||
{
|
||||
PWINDOW_OBJECT Window;
|
||||
BOOLEAN isChild;
|
||||
|
||||
DbgPrint("DestroyWindow:0x%x\n", Wnd);
|
||||
|
||||
Window = IntGetWindowObject(Wnd);
|
||||
if (Window == NULL)
|
||||
|
|
Loading…
Reference in a new issue