[MSCTF] Make thread manager C++ (#8239)

Implemeting missing features...
JIRA issue: CORE-19361
- Delete threadmgr.c and add threadmgr.cpp.
- Make ITfThreadMgr implementation C++.
This commit is contained in:
Katayama Hirofumi MZ 2025-07-11 09:35:18 +09:00 committed by GitHub
parent 206b52833f
commit 12fa72a06d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1412 additions and 1553 deletions

View file

@ -6,7 +6,6 @@ spec2def(msctf.dll msctf.spec ADD_IMPORTLIB)
list(APPEND SOURCE
msctf.c
threadmgr.c
precomp.h
${CMAKE_CURRENT_BINARY_DIR}/msctf_stubs.c)
@ -20,6 +19,7 @@ list(APPEND PCH_SKIP_SOURCE
langbarmgr.cpp
mlng.cpp
range.cpp
threadmgr.cpp
utils.cpp)
add_library(msctf MODULE

File diff suppressed because it is too large Load diff

1411
base/ctf/msctf/threadmgr.cpp Normal file

File diff suppressed because it is too large Load diff