mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
-NtUserCreateWindowEx: Removed not about setting WS_CHILD.
svn path=/trunk/; revision=22795
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user