[MSCTF] Make input processor profiles C++ (#8232)

Implementing missing features...
JIRA issue: CORE-19361
- Delete inputprocessor.c and add
  inputprocessor.cpp.
- Make ITfInputProcessorProfiles
  implementation C++.
This commit is contained in:
Katayama Hirofumi MZ 2025-07-08 21:20:57 +09:00 committed by GitHub
parent 8fbbb41a19
commit 3917c60749
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1347 additions and 1369 deletions

View file

@ -5,7 +5,6 @@ add_definitions(-D_WIN32_WINNT=0x600)
spec2def(msctf.dll msctf.spec ADD_IMPORTLIB)
list(APPEND SOURCE
inputprocessor.c
msctf.c
threadmgr.c
precomp.h
@ -17,6 +16,7 @@ list(APPEND PCH_SKIP_SOURCE
context.cpp
displayattributemgr.cpp
documentmgr.cpp
inputprocessor.cpp
langbarmgr.cpp
mlng.cpp
range.cpp

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff