Commit in reactos/lib/user32/controls on MAIN
combo.c-21.15 -> 1.16
removed #ifdef (due to wine sync)

reactos/lib/user32/controls
combo.c 1.15 -> 1.16
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,
CVSspam 0.2.8