16 Apr
2025
16 Apr
'25
8:46 a.m.
Rémi Bernon (@rbernon) commented about dlls/win32u/imm.c:
static UINT ime_to_tascii_ex( UINT vkey, UINT lparam, const BYTE *state, COMPOSITIONSTRING *compstr, BOOL *key_consumed, HIMC himc ) { - UINT needed = sizeof(COMPOSITIONSTRING), comp_len, result_len; + UINT needed = sizeof(COMPOSITIONSTRING), comp_len, result_len, comp_clause_count = 0; + INT cursor_begin = -1, cursor_end = -1;
UINT cursor_begin, cursor_end;
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7812#note_101021