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;
```suggestion:-0+0 UINT cursor_begin, cursor_end; ```