From 81f3fa31f2fcf192b5d988aaa6b978cb28f50fa2 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Tue, 19 May 2009 23:34:40 +0000 Subject: [PATCH] - Time to kill this one. We setup with ParentWindowHandle already set. svn path=/trunk/; revision=41002 --- reactos/subsystems/win32/win32k/ntuser/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/window.c b/reactos/subsystems/win32/win32k/ntuser/window.c index 795e6ecf402..1a53c009fc2 100644 --- a/reactos/subsystems/win32/win32k/ntuser/window.c +++ b/reactos/subsystems/win32/win32k/ntuser/window.c @@ -1585,7 +1585,7 @@ co_IntCreateWindowEx(DWORD dwExStyle, * native ole32.OleInitialize uses HWND_MESSAGE to create the * message window (style: WS_POPUP|WS_DISABLED) */ - DPRINT1("FIXME - Parent is HWND_MESSAGE\n"); + DPRINT("FIXME - Parent is HWND_MESSAGE\n"); // ParentWindowHandle set already. } else if (hWndParent)