mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fixed typo, btw this fixes most of the edit tests.
svn path=/trunk/; revision=23429
This commit is contained in:
@@ -1439,7 +1439,7 @@ co_IntCreateWindowEx(DWORD dwExStyle,
|
||||
}
|
||||
else if (hWndParent)
|
||||
{
|
||||
if ((dwStyle & (WS_CHILD | WS_POPUP)) == WS_CHILD)
|
||||
if ((dwStyle & (WS_CHILD | WS_POPUP)) != WS_CHILD)
|
||||
{ //temp hack
|
||||
PWINDOW_OBJECT Par = UserGetWindowObject(hWndParent), Root;
|
||||
if (Par && (Root = UserGetAncestor(Par, GA_ROOT)))
|
||||
|
||||
Reference in New Issue
Block a user