[IMM32] s/Imm32IsCiceroMode/IS_CICERO_MODE/

CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2022-09-08 09:40:50 +09:00
parent f47c261ad0
commit 5b87c95e23
6 changed files with 21 additions and 23 deletions

View file

@ -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
{