Skip to content

Commit 06343fa

Browse files
authored
[MSCTF] Make category manager C++ (reactos#8210)
Implementing missing features... JIRA issue: CORE-19361 - Delete categorymgr.c and add categorymgr.cpp. - Make category manager implementation C++.
1 parent 00f45a4 commit 06343fa

File tree

3 files changed

+447
-430
lines changed

3 files changed

+447
-430
lines changed

base/ctf/msctf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ add_definitions(-D_WIN32_WINNT=0x600)
55
spec2def(msctf.dll msctf.spec ADD_IMPORTLIB)
66

77
list(APPEND SOURCE
8-
categorymgr.c
98
compartmentmgr.c
109
context.c
1110
inputprocessor.c
@@ -15,6 +14,7 @@ list(APPEND SOURCE
1514
${CMAKE_CURRENT_BINARY_DIR}/msctf_stubs.c)
1615

1716
list(APPEND PCH_SKIP_SOURCE
17+
categorymgr.cpp
1818
displayattributemgr.cpp
1919
documentmgr.cpp
2020
langbarmgr.cpp

0 commit comments

Comments
 (0)