mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
Point out ParentWindowHandle for HWND_MESSAGE.
svn path=/trunk/; revision=33423
This commit is contained in:
parent
7a36161dd1
commit
b8f704d4aa
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue