-NtUserCreateWindowEx: Removed not about setting WS_CHILD.

svn path=/trunk/; revision=22795
This commit is contained in:
James Tabor 2006-07-03 07:54:45 +00:00
parent f638f11734
commit afe9ebf1f4

View file

@ -1663,9 +1663,6 @@ co_IntCreateWindowEx(DWORD dwExStyle,
else
{
dwStyle &= ~WS_POPUP;
/*
(|| WS_CHILD) is done at the top. So~ Here is just a bit in a 32/64 bit word.
*/
dwStyle |= (WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION |
WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX);
}