diff --git a/reactos/subsystems/win32/win32k/ntuser/window.c b/reactos/subsystems/win32/win32k/ntuser/window.c index d675d157956..3c925a459be 100644 --- a/reactos/subsystems/win32/win32k/ntuser/window.c +++ b/reactos/subsystems/win32/win32k/ntuser/window.c @@ -1536,6 +1536,7 @@ co_IntCreateWindowEx(DWORD dwExStyle, * message window (style: WS_POPUP|WS_DISABLED) */ DPRINT1("FIXME - Parent is HWND_MESSAGE\n"); + // ParentWindowHandle set already. } else if (hWndParent) {