mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 02:13:36 +00:00
[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:
parent
206b52833f
commit
12fa72a06d
3 changed files with 1412 additions and 1553 deletions
|
@ -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
1411
base/ctf/msctf/threadmgr.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue