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)