[SDK][MSUTB] Move WM_IME_SYSTEM to <imm32_undoc.h> (#8093)

Defining macros in proper place will improve header
compatibility.
JIRA issue: CORE-19268
- Move WM_IME_SYSTEM macro in <undocuser.h>
  into <imm32_undoc.h>.
- Move IMS_... macros in <immdev.h> into
  <imm32_undoc.h>.
- Include <imm32_undoc.h> in base/ctf/msutb.
This commit is contained in:
Katayama Hirofumi MZ 2025-06-07 07:52:05 +09:00 committed by GitHub
parent 2335229c32
commit 7cf1e01cd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 26 deletions

View file

@ -15,7 +15,7 @@
#include <windows.h>
#include <oleacc.h>
#include <imm.h>
#include <undocuser.h>
#include <imm32_undoc.h>
#include <cguid.h>
#include <msctf.h>
#include <msctf_undoc.h>