mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
[MSCTF] Make input processor profiles C++ (#8232)
Implementing missing features... JIRA issue: CORE-19361 - Delete inputprocessor.c and add inputprocessor.cpp. - Make ITfInputProcessorProfiles implementation C++.
This commit is contained in:
parent
8fbbb41a19
commit
3917c60749
3 changed files with 1347 additions and 1369 deletions
|
@ -5,7 +5,6 @@ add_definitions(-D_WIN32_WINNT=0x600)
|
|||
spec2def(msctf.dll msctf.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
inputprocessor.c
|
||||
msctf.c
|
||||
threadmgr.c
|
||||
precomp.h
|
||||
|
@ -17,6 +16,7 @@ list(APPEND PCH_SKIP_SOURCE
|
|||
context.cpp
|
||||
displayattributemgr.cpp
|
||||
documentmgr.cpp
|
||||
inputprocessor.cpp
|
||||
langbarmgr.cpp
|
||||
mlng.cpp
|
||||
range.cpp
|
||||
|
|
File diff suppressed because it is too large
Load diff
1346
base/ctf/msctf/inputprocessor.cpp
Normal file
1346
base/ctf/msctf/inputprocessor.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue