mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +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:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user