removed #ifdef (due to wine sync)

svn path=/trunk/; revision=9402
This commit is contained in:
Thomas Bluemel 2004-05-15 18:20:26 +00:00
parent 75cf55e8b3
commit 6387f49323

View file

@ -584,12 +584,10 @@ static LRESULT COMBO_Create( HWND hwnd, LPHEADCOMBO lphc, HWND hwndParent, LONG
lbeExStyle |= WS_EX_CLIENTEDGE;
}
}
#ifdef __REACTOS__
else
{
lbeExStyle |= (WS_EX_TOPMOST | WS_EX_TOOLWINDOW);
}
#endif /* __REACTOS__ */
if (unicode)
lphc->hWndLBox = CreateWindowExW(lbeExStyle, clbName, NULL, lbeStyle,