[IMM32_APITEST] Add clientimc testcase (#3815)

- Add clientimc testcase to imm32_apitest.
- Add "precomp.h".
CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2021-07-14 01:19:35 +09:00 committed by GitHub
parent 192981a1fe
commit 5a9c77b3be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 77 additions and 5 deletions

View file

@ -32,6 +32,9 @@ extern "C" {
BOOL WINAPI
ImmGetImeInfoEx(PIMEINFOEX pImeInfoEx, IMEINFOEXCLASS SearchType, PVOID pvSearchKey);
PCLIENTIMC WINAPI ImmLockClientImc(HIMC hImc);
VOID WINAPI ImmUnlockClientImc(PCLIENTIMC pClientImc);
#ifdef __cplusplus
} // extern "C"
#endif