- Time to kill this one. We setup with ParentWindowHandle already set.

svn path=/trunk/; revision=41002
This commit is contained in:
James Tabor 2009-05-19 23:34:40 +00:00
parent afd7257ecb
commit 81f3fa31f2

View file

@ -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)