mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +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)
|
spec2def(msctf.dll msctf.spec ADD_IMPORTLIB)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
context.c
|
|
||||||
inputprocessor.c
|
inputprocessor.c
|
||||||
msctf.c
|
msctf.c
|
||||||
threadmgr.c
|
threadmgr.c
|
||||||
|
@ -14,6 +13,7 @@ list(APPEND SOURCE
|
||||||
|
|
||||||
list(APPEND PCH_SKIP_SOURCE
|
list(APPEND PCH_SKIP_SOURCE
|
||||||
categorymgr.cpp
|
categorymgr.cpp
|
||||||
|
context.cpp
|
||||||
compartmentmgr.cpp
|
compartmentmgr.cpp
|
||||||
displayattributemgr.cpp
|
displayattributemgr.cpp
|
||||||
documentmgr.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