From afe9ebf1f4153170602189f1cf362b629dfb2f12 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 3 Jul 2006 07:54:45 +0000 Subject: [PATCH] -NtUserCreateWindowEx: Removed not about setting WS_CHILD. svn path=/trunk/; revision=22795 --- reactos/subsystems/win32/win32k/ntuser/window.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/window.c b/reactos/subsystems/win32/win32k/ntuser/window.c index 63afbff2ab2..08199e5dc1b 100644 --- a/reactos/subsystems/win32/win32k/ntuser/window.c +++ b/reactos/subsystems/win32/win32k/ntuser/window.c @@ -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); }