2001-04-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>

* include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
This commit is contained in:
Earnie Boyd 2001-04-12 01:03:29 +00:00
parent bae5f26cfb
commit e1cc9ad77c
2 changed files with 4 additions and 13 deletions

View file

@ -1,4 +1,8 @@
2001-04-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
* include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
2001-04-11 John Fortin <fortinj@attglobal.net>
* include/windef.h (*PBOOL): Unprotect from XFree86Server.

View file

@ -1133,19 +1133,6 @@ extern "C" {
#define WM_HSCROLL 276
#define WM_HSCROLLCLIPBOARD 782
#define WM_ICONERASEBKGND 39
/* FIXME/CHECK: Are WM_IME_* valid for WINVER < 0x400? */
#define WM_IME_STARTCOMPOSITION 269
#define WM_IME_ENDCOMPOSITION 270
#define WM_IME_COMPOSITION 271
#define WM_IME_KEYLAST 271
#define WM_IME_SETCONTEXT 641
#define WM_IME_NOTIFY 642
#define WM_IME_CONTROL 643
#define WM_IME_COMPOSITIONFULL 644
#define WM_IME_SELECT 645
#define WM_IME_CHAR 646
#define WM_IME_KEYDOWN 656
#define WM_IME_KEYUP 657
#define WM_INITDIALOG 272
#define WM_INITMENU 278
#define WM_INITMENUPOPUP 279