mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
[IMM32] Rewrite ImmIsIME (Retry) (#3803)
- Rewrite ImmIsIME function. - Fix enum IMEINFOEXCLASS. CORE-11700
This commit is contained in:
parent
4339ae8c7e
commit
211de1257e
2 changed files with 7 additions and 0 deletions
|
@ -1179,6 +1179,7 @@ typedef struct tagIMEINFOEX
|
|||
typedef enum IMEINFOEXCLASS
|
||||
{
|
||||
ImeInfoExKeyboardLayout,
|
||||
ImeInfoExImeWindow,
|
||||
ImeInfoExImeFileName
|
||||
} IMEINFOEXCLASS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue