[MSCTF][SDK][CTFMON][MSCTFIME][MSUTB] Add msctf.dll stubs (#8026)

Some baby steps to msctf.dll for CTF.
JIRA issue: CORE-19361
- Add all the export functions of msctf.dll.
- Modify msctf.spec.
- Modify sdk/include/psdk/msctf.idl
  and sdk/include/psdk/inputscope.idl.
- Add sdk/include/reactos/msctf_undoc.h.
- Include <msctf_undoc.h> in ctfmon,
  msctfime, and msutb.
This commit is contained in:
Katayama Hirofumi MZ 2025-05-26 07:22:41 +09:00 committed by GitHub
parent 99e2606982
commit 5af1d7c6b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 323 additions and 43 deletions

View file

@ -15,6 +15,7 @@
#include <shlwapi.h>
#include <shlwapi_undoc.h>
#include <msctf.h>
#include <msctf_undoc.h>
#include <strsafe.h>
#include <assert.h>