mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[MSCTF] Make ITfLangBarMgr C++ (#8056)
Implementing missing features... JIRA issue: CORE-19361 - Delete langbarmgr.c (C) and add langbarmgr.cpp (C++). - Remove the legacy C implementation of ITfLangBarMgr. - Add CLangBarMgr class.
This commit is contained in:
parent
ddcd5f7083
commit
52ca35327e
4 changed files with 292 additions and 199 deletions
|
@ -11,7 +11,6 @@ list(APPEND SOURCE
|
|||
displayattributemgr.c
|
||||
documentmgr.c
|
||||
inputprocessor.c
|
||||
langbarmgr.c
|
||||
msctf.c
|
||||
range.c
|
||||
threadmgr.c
|
||||
|
@ -19,6 +18,7 @@ list(APPEND SOURCE
|
|||
${CMAKE_CURRENT_BINARY_DIR}/msctf_stubs.c)
|
||||
|
||||
list(APPEND PCH_SKIP_SOURCE
|
||||
langbarmgr.cpp
|
||||
mlng.cpp
|
||||
utils.cpp)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue