History log of /reactos/dll/ime/msctfime/sinks.cpp (Results 1 – 2 of 2)
Revision Date Author Comments
# c5e64563 17-Mar-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSCTFIME] Use QISearch for QueryInterface (#6630)

Simplify code and reduce binary size.
JIRA issue: CORE-19360
- Use shlwapi!QISearch for QueryInterface
implementation.
- Add delay link to sh

[MSCTFIME] Use QISearch for QueryInterface (#6630)

Simplify code and reduce binary size.
JIRA issue: CORE-19360
- Use shlwapi!QISearch for QueryInterface
implementation.
- Add delay link to shlwapi.

show more ...


# b2ec7867 20-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSCTFIME] Restructuring (#6505)

Improve code flexibility. 3700+
lines of msctfime.cpp was too long.
JIRA issue: CORE-19360
- Split msctfime.cpp code to some
source files and header files.