- Fix win tests. WIP see r62613.

svn path=/trunk/; revision=62679
This commit is contained in:
James Tabor 2014-04-07 02:29:03 +00:00
parent 7fa40b22e6
commit 3f110fd47b

View file

@ -1760,7 +1760,8 @@ PWND FASTCALL IntCreateWindow(CREATESTRUCTW* Cs,
if (!(Cs->dwExStyle & WS_EX_LAYOUTRTL))
{ // Need both here for wine win.c test_CreateWindow.
if (Cs->hwndParent && ParentWindow)
//if (Cs->hwndParent && ParentWindow)
if (ParentWindow) // It breaks more tests..... WIP.
{
if ( (Cs->style & (WS_CHILD|WS_POPUP)) == WS_CHILD &&
ParentWindow->ExStyle & WS_EX_LAYOUTRTL &&