mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:53:22 +00:00
[MSCTFIME][SDK] Implement CtfImeIsGuidMapEnable (#6195)
- Add link to imm32.dll. - Add <cicero/imclock.h>. - Add INIT_GUIDMAP constant to <immdev.h>. - Implement CtfImeIsGuidMapEnable by using them. CORE-19360
This commit is contained in:
parent
64378a88ba
commit
6d100d5b29
5 changed files with 166 additions and 4 deletions
|
@ -159,6 +159,7 @@ typedef struct INPUTCONTEXTDX
|
|||
#define INIT_LOGFONT 0x00000008
|
||||
#define INIT_COMPFORM 0x00000010
|
||||
#define INIT_SOFTKBDPOS 0x00000020
|
||||
#define INIT_GUIDMAP 0x00000040
|
||||
|
||||
// bits for INPUTCONTEXTDX.dwChange
|
||||
#define INPUTCONTEXTDX_CHANGE_OPEN 0x1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue