mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:12:05 +00:00
[MSCTF] Make ITfContext C++ (#8224)
Implementing missing features... JIRA issue: CORE-19361 - Delete context.c and add context.cpp. - Make ITfContext implementation C++.
This commit is contained in:
parent
410db43f20
commit
93181db68b
3 changed files with 1013 additions and 1131 deletions
|
@ -5,7 +5,6 @@ add_definitions(-D_WIN32_WINNT=0x600)
|
|||
spec2def(msctf.dll msctf.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
context.c
|
||||
inputprocessor.c
|
||||
msctf.c
|
||||
threadmgr.c
|
||||
|
@ -14,6 +13,7 @@ list(APPEND SOURCE
|
|||
|
||||
list(APPEND PCH_SKIP_SOURCE
|
||||
categorymgr.cpp
|
||||
context.cpp
|
||||
compartmentmgr.cpp
|
||||
displayattributemgr.cpp
|
||||
documentmgr.cpp
|
||||
|
|
File diff suppressed because it is too large
Load diff
1012
base/ctf/msctf/context.cpp
Normal file
1012
base/ctf/msctf/context.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue