mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +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
|
@ -25,10 +25,13 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __REACTOS__
|
||||
DECLARE_HANDLE(HIMC);
|
||||
DECLARE_HANDLE(HIMCC);
|
||||
typedef HKL *LPHKL;
|
||||
#else
|
||||
typedef HANDLE HIMC;
|
||||
typedef HANDLE HIMCC;
|
||||
#ifdef __REACTOS__
|
||||
typedef HKL *LPHKL;
|
||||
#endif
|
||||
|
||||
typedef struct tagREGISTERWORDA {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue