[MSCTF] Make ITfContext C++ (#8224)

Implementing missing features...
JIRA issue: CORE-19361
- Delete context.c and add context.cpp.
- Make ITfContext implementation C++.
This commit is contained in:
Katayama Hirofumi MZ 2025-07-05 20:09:00 +09:00 committed by GitHub
parent 410db43f20
commit 93181db68b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1013 additions and 1131 deletions

View file

@ -5,7 +5,6 @@ add_definitions(-D_WIN32_WINNT=0x600)
spec2def(msctf.dll msctf.spec ADD_IMPORTLIB)
list(APPEND SOURCE
context.c
inputprocessor.c
msctf.c
threadmgr.c
@ -14,6 +13,7 @@ list(APPEND SOURCE
list(APPEND PCH_SKIP_SOURCE
categorymgr.cpp
context.cpp
compartmentmgr.cpp
displayattributemgr.cpp
documentmgr.cpp

File diff suppressed because it is too large Load diff

1012
base/ctf/msctf/context.cpp Normal file

File diff suppressed because it is too large Load diff