removed #ifdef (due to wine sync)
authorThomas Bluemel <thomas@reactsoft.com>
Sat, 15 May 2004 18:20:26 +0000 (18:20 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sat, 15 May 2004 18:20:26 +0000 (18:20 +0000)
svn path=/trunk/; revision=9402

reactos/lib/user32/controls/combo.c

index d56cdbb..c8e5dfc 100644 (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,