Point out ParentWindowHandle for HWND_MESSAGE.

svn path=/trunk/; revision=33423
This commit is contained in:
James Tabor 2008-05-11 04:29:24 +00:00
parent 7a36161dd1
commit b8f704d4aa

View file

@ -1536,6 +1536,7 @@ co_IntCreateWindowEx(DWORD dwExStyle,
* message window (style: WS_POPUP|WS_DISABLED) * message window (style: WS_POPUP|WS_DISABLED)
*/ */
DPRINT1("FIXME - Parent is HWND_MESSAGE\n"); DPRINT1("FIXME - Parent is HWND_MESSAGE\n");
// ParentWindowHandle set already.
} }
else if (hWndParent) else if (hWndParent)
{ {