mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
removed #ifdef (due to wine sync)
svn path=/trunk/; revision=9402
This commit is contained in:
parent
75cf55e8b3
commit
6387f49323
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue