[User32]
authorJames Tabor <james.tabor@reactos.org>
Sat, 2 Sep 2017 14:36:16 +0000 (14:36 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sat, 2 Sep 2017 14:36:16 +0000 (14:36 +0000)
- Disable code from CORE-10266.

svn path=/trunk/; revision=75741

reactos/win32ss/user/user32/controls/edit.c

index f62ac92..2eadddb 100644 (file)
@@ -3628,7 +3628,7 @@ static LRESULT EDIT_WM_KeyDown(EDITSTATE *es, INT key)
  */
 static LRESULT EDIT_WM_KillFocus(EDITSTATE *es)
 {
  */
 static LRESULT EDIT_WM_KillFocus(EDITSTATE *es)
 {
-#ifdef __REACTOS__
+#if 0 // See CORE-10266.
        HWND hCombo;
        LONG lStyles;
 
        HWND hCombo;
        LONG lStyles;