Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com
-- v2: comctl32/edit: Handle IME composition result string only when EIMES_GETCOMPSTRATONCE is set. comctl32/edit: Let DefWindowProcW() handle WM_IME_CHAR. comctl32/edit: Implement EM_GETIMESTATUS. comctl32/edit: Implement EM_SETIMESTATUS. comctl32/tests: Add IME tests for edit control.