[INCLUDE] Move WM_IME_SYSTEM from ntuser.h to undocuser.h (#3920)

CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2021-08-19 08:18:20 +09:00 committed by GitHub
parent 1f792413f0
commit c59c185d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -31,6 +31,7 @@
#include <ndk/rtlfuncs.h> #include <ndk/rtlfuncs.h>
#include "../../../win32ss/include/ntuser.h" #include "../../../win32ss/include/ntuser.h"
#include "../../../win32ss/include/ntwin32.h" #include "../../../win32ss/include/ntwin32.h"
#include <undocuser.h>
#include <imm32_undoc.h> #include <imm32_undoc.h>
#include <strsafe.h> #include <strsafe.h>

View file

@ -56,6 +56,7 @@ extern "C" {
#define WM_DRAGLOOP 0x0000022D #define WM_DRAGLOOP 0x0000022D
#define WM_DRAGSELECT 0x0000022E #define WM_DRAGSELECT 0x0000022E
#define WM_DRAGMOVE 0x0000022F #define WM_DRAGMOVE 0x0000022F
#define WM_IME_SYSTEM 0x00000287
#define WM_POPUPSYSTEMMENU 0x00000313 #define WM_POPUPSYSTEMMENU 0x00000313
#define WM_UAHINIT 0x0000031b #define WM_UAHINIT 0x0000031b
#define WM_CBT 0x000003FF // ReactOS only. #define WM_CBT 0x000003FF // ReactOS only.

View file

@ -7,8 +7,6 @@ struct _DESKTOP;
struct _WND; struct _WND;
struct tagPOPUPMENU; struct tagPOPUPMENU;
#define WM_IME_SYSTEM 0x287
#define FIRST_USER_HANDLE 0x0020 /* first possible value for low word of user handle */ #define FIRST_USER_HANDLE 0x0020 /* first possible value for low word of user handle */
#define LAST_USER_HANDLE 0xffef /* last possible value for low word of user handle */ #define LAST_USER_HANDLE 0xffef /* last possible value for low word of user handle */