Commit in reactos/lib/user32/controls on MAIN | |||
combo.c | -2 | 1.15 -> 1.16 |
removed #ifdef (due to wine sync)
diff -u -r1.15 -r1.16 --- combo.c 15 May 2004 10:08:45 -0000 1.15 +++ combo.c 15 May 2004 18:20:26 -0000 1.16 @@ -584,12 +584,10 @@
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,