mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:12:55 +00:00
[IMM32] Rewrite ImmIsUIMessageA/W (#3907)
- Rewrite ImmIsUIMessageA and ImmIsUIMessageW functions. - Modify HIMC and HIMCC handle types for strictness. Add typecasts. - Add WM_IME_SYSTEM macro. - Modify imm32.spec. CORE-11700
This commit is contained in:
parent
cc097ec485
commit
77911014f3
6 changed files with 57 additions and 46 deletions
|
@ -6,9 +6,8 @@ struct _THREADINFO;
|
|||
struct _DESKTOP;
|
||||
struct _WND;
|
||||
struct tagPOPUPMENU;
|
||||
#ifndef HIMC
|
||||
typedef HANDLE HIMC;
|
||||
#endif
|
||||
|
||||
#define WM_IME_SYSTEM 0x287
|
||||
|
||||
#define FIRST_USER_HANDLE 0x0020 /* first possible value for low word of user handle */
|
||||
#define LAST_USER_HANDLE 0xffef /* last possible value for low word of user handle */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue