mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
[IMM32] s/Imm32IsCiceroMode/IS_CICERO_MODE/
CORE-11700
This commit is contained in:
parent
f47c261ad0
commit
5b87c95e23
6 changed files with 21 additions and 23 deletions
|
@ -1201,7 +1201,8 @@ typedef enum IMEINFOEXCLASS
|
|||
} IMEINFOEXCLASS;
|
||||
|
||||
#define IS_IME_HKL(hkl) ((((ULONG_PTR)(hkl)) & 0xF0000000) == 0xE0000000)
|
||||
#define IS_CICERO_MODE() (gpsi->dwSRVIFlags & SRVINFO_CICERO_ENABLED)
|
||||
#define IS_IMM_MODE() (gpsi && (gpsi->dwSRVIFlags & SRVINFO_IMM32))
|
||||
#define IS_CICERO_MODE() (gpsi && (gpsi->dwSRVIFlags & SRVINFO_CICERO_ENABLED))
|
||||
|
||||
typedef struct tagIMEUI
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue