reactos/subsys/win32k/ntuser
diff -u -r1.61 -r1.62
--- class.c 11 Dec 2004 19:39:18 -0000 1.61
+++ class.c 11 Dec 2004 21:19:40 -0000 1.62
@@ -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 @@
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,
reactos/subsys/win32k/ntuser
diff -u -r1.251 -r1.252
--- window.c 11 Dec 2004 19:39:18 -0000 1.251
+++ window.c 11 Dec 2004 21:19:41 -0000 1.252
@@ -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 @@
{
PWINDOW_OBJECT Window;
BOOLEAN isChild;
-
- DbgPrint("DestroyWindow:0x%x\n", Wnd);
Window = IntGetWindowObject(Wnd);
if (Window == NULL)