2004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
*include/winuser.h (MNS_*, WM_MENUCOMMAND, WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER, WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP, SPI_GETFOREGROUNDLOCKTIMEOUT, SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions. *include/imm.h (WM_IME_REQUEST): Added definition. *include/shlobj.h (SLGP_RAWPATH, SLGP_UNCPRIORITY): Added definition.
This commit is contained in:
@ -20,6 +20,9 @@ extern "C" {
|
||||
#define WM_IME_CHAR 0x286
|
||||
#define WM_IME_KEYDOWN 0x290
|
||||
#define WM_IME_KEYUP 0x291
|
||||
#if (WINVER >= 0x0500)
|
||||
#define WM_IME_REQUEST 0x0288
|
||||
#endif
|
||||
#define IMC_GETCANDIDATEPOS 7
|
||||
#define IMC_SETCANDIDATEPOS 8
|
||||
#define IMC_GETCOMPOSITIONFONT 9
|
||||
|
Reference in New Issue
Block a user