mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 17:51:50 +00:00
[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:
parent
2335229c32
commit
7cf1e01cd4
4 changed files with 27 additions and 26 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue