- Cleanup edit and add back missing break in combo.

svn path=/trunk/; revision=51148
This commit is contained in:
James Tabor 2011-03-26 05:31:59 +00:00
parent b294b7d774
commit 00a64f39cb
2 changed files with 3 additions and 2 deletions

View file

@ -2232,6 +2232,7 @@ LRESULT WINAPI ComboWndProc_common( HWND hwnd, UINT message,
case CB_LIMITTEXT:
if( lphc->wState & CBF_EDIT )
return SendMessageW(lphc->hWndEdit, EM_LIMITTEXT, wParam, lParam);
break; // ReactOS!!! removed at revision 38715
case WM_UPDATEUISTATE:
if (unicode)

View file

@ -4477,8 +4477,8 @@ LRESULT WINAPI EditWndProc_common( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
{
NtUserSetWindowFNID(hwnd, FNID_EDIT);
}
}
#endif
}
#endif
TRACE("hwnd=%p msg=%x (%s) wparam=%lx lparam=%lx\n", hwnd, msg, SPY_GetMsgName(msg, hwnd), wParam, lParam);